7#include "NavAgentInterface.generated.h"
13UINTERFACE(MinimalAPI, meta=(CannotImplementInterfaceInBlueprint))
47 virtual bool ShouldPostponePathUpdates()
const {
return false; }
50 virtual bool IsFollowingAPath()
const {
return false; }
58 UE_DEPRECATED_FORGAME(4.13,
"This function is now deprecated and will not be called, please use override with const Actor pointer.")
64 UE_DEPRECATED_FORGAME(4.13,
"This function is now deprecatedand will not be called, please use override with const Actor pointer.")
#define UE_DEPRECATED_FORGAME
Definition CoreMiscDefines.h:377
#define PURE_VIRTUAL(func,...)
Definition CoreMiscDefines.h:103
UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition SharedPointer.h:127
#define UINTERFACE(...)
Definition ObjectMacros.h:780
#define GENERATED_IINTERFACE_BODY(...)
Definition ObjectMacros.h:770
#define GENERATED_UINTERFACE_BODY(...)
Definition ObjectMacros.h:769
Definition NavAgentInterface.h:20
Definition PathFollowingAgentInterface.h:21
Definition Interface.h:19
Definition NavAgentInterface.h:15
Definition NavigationTypes.h:453
static CORE_API const TVector< double > ZeroVector
Definition Vector.h:79