UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
AITask_MoveTo.h File Reference
#include "CoreMinimal.h"
#include "UObject/ObjectMacros.h"
#include "Engine/EngineTypes.h"
#include "AITypes.h"
#include "Navigation/PathFollowingComponent.h"
#include "Tasks/AITask.h"
#include "AITask_MoveTo.generated.h"

Go to the source code of this file.

Classes

class  UAITask_MoveTo
 

Functions

 DECLARE_DYNAMIC_MULTICAST_DELEGATE_TwoParams (FMoveTaskCompletedSignature, TEnumAsByte< EPathFollowingResult::Type >, Result, AAIController *, AIController)
 
 DECLARE_MULTICAST_DELEGATE_TwoParams (FMoveTaskFinishedSignature, TEnumAsByte< EPathFollowingResult::Type >, AAIController *)
 

Function Documentation

◆ DECLARE_DYNAMIC_MULTICAST_DELEGATE_TwoParams()

DECLARE_DYNAMIC_MULTICAST_DELEGATE_TwoParams ( FMoveTaskCompletedSignature  ,
TEnumAsByte< EPathFollowingResult::Type ,
Result  ,
AAIController ,
AIController   
)

◆ DECLARE_MULTICAST_DELEGATE_TwoParams()

DECLARE_MULTICAST_DELEGATE_TwoParams ( FMoveTaskFinishedSignature  ,
TEnumAsByte< EPathFollowingResult::Type ,
AAIController  
)