Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 7 additions & 5 deletions Source/DonAINavigation/Classes/DonNavigatorInterface.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,18 +16,20 @@

#include "DonNavigatorInterface.generated.h"

UINTERFACE()
class DONAINAVIGATION_API UDonNavigator : public UInterface
UINTERFACE(MinimalAPI)
class UDonNavigator : public UInterface
{
GENERATED_UINTERFACE_BODY()
GENERATED_BODY()
};

struct FDonVoxelCollisionProfile;

class DONAINAVIGATION_API IDonNavigator
{
GENERATED_IINTERFACE_BODY()

GENERATED_BODY()

public:

// TBD - earlier this was meant to enforce that users of the API would provide minimum metadata for navigators which the system would then use in its calculations,
// but this has since been sidelined to make it easier for new consumers of the system to rapidly get going.

Expand Down
24 changes: 0 additions & 24 deletions Source/DonAINavigation/Private/DonNavigatorInterface.cpp

This file was deleted.