Navigation
API > API/Runtime > API/Runtime/AIModule > API/Runtime/AIModule/Blueprint
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UAIAsyncTaskBlueprintProxy
References
| Module | AIModule |
| Header | /Engine/Source/Runtime/AIModule/Classes/Blueprint/AIAsyncTaskBlueprintProxy.h |
| Include | #include "Blueprint/AIAsyncTaskBlueprintProxy.h" |
Syntax
class UAIAsyncTaskBlueprintProxy : public UObject
Variables
| Type | Name | Description | |
|---|---|---|---|
| TWeakObjectPtr< AAIController > | AIController | ||
| FAIRequestID | MoveRequestId | ||
| TWeakObjectPtr< UWorld > | MyWorld | ||
| FOAISimpleDelegate | OnFail | ||
| FOAISimpleDelegate | OnSuccess | ||
| FTimerHandle | TimerHandle_OnInstantFinish |
Constructors
| Type | Name | Description | |
|---|---|---|---|
UAIAsyncTaskBlueprintProxy
(
const FObjectInitializer& ObjectInitializer |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | OnAtGoal () |
||
| void | OnMoveCompleted
(
FAIRequestID RequestID, |
||
| void | OnNoPath () |
Overridden from UObject
| Type | Name | Description | |
|---|---|---|---|
| void | BeginDestroy () |
Called before destroying the object. |