5#if UE_ENABLE_INCLUDE_ORDER_DEPRECATED_IN_5_4
10#include "PathFollowingAgentInterface.generated.h"
14UINTERFACE(MinimalAPI, meta = (CannotImplementInterfaceInBlueprint))
25 virtual void OnUnableToMove(
const UObject& Instigator)
PURE_VIRTUAL(IPathFollowingAgentInterface::OnUnableToMove, );
28 virtual void OnStartedFalling() {}
31 virtual void OnLanded() {}
37 virtual bool IsFollowingNavLink()
const
#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 PathFollowingAgentInterface.h:21
Definition Interface.h:19
Definition PathFollowingAgentInterface.h:16
Definition HitResult.h:21