className
stringlengths
1
167
headerPath
stringlengths
14
166
description
stringlengths
0
1.62k
module
stringlengths
3
36
code
stringlengths
0
11.4k
variables
listlengths
0
395
UBTService_DefaultFocus::OnBecomeRelevant
/Engine/Source/Runtime/AIModule/Classes/BehaviorTree/Services/BTService_DefaultFocus.h
Called when auxiliary node becomes active this function should be considered as const (don't modify state of object) if node is not instanced! bNotifyBecomeRelevant must be set to true for this function to be called Calling INIT_AUXILIARY_NODE_NOTIFY_FLAGS in the constructor of the node will set this flag automatically
AIModule
virtual void OnBecomeRelevant ( [UBehaviorTreeComponent](API\Runtime\AIModule\BehaviorTree\UBehaviorTreeComponent) & OwnerComp, uint8 * NodeMemory )
[]
UBTService_DefaultFocus::OnBlackboardKeyValueChange
/Engine/Source/Runtime/AIModule/Classes/BehaviorTree/Services/BTService_DefaultFocus.h
AIModule
EBlackboardNotificationResult OnBlackboardKeyValueChange ( const [UBlackboardComponent](API\Runtime\AIModule\BehaviorTree\UBlackboardComponent) & Blackboard, [FBlackboard::FKey](API\Runtime\AIModule\BehaviorTree\Blackboard\FKey) ChangedKeyID )
[]
UBTService_DefaultFocus::OnCeaseRelevant
/Engine/Source/Runtime/AIModule/Classes/BehaviorTree/Services/BTService_DefaultFocus.h
Called when auxiliary node becomes inactive this function should be considered as const (don't modify state of object) if node is not instanced! bNotifyCeaseRelevant must be set to true for this function to be called Calling INIT_AUXILIARY_NODE_NOTIFY_FLAGS in the constructor of the node will set this flag automatically
AIModule
virtual void OnCeaseRelevant ( [UBehaviorTreeComponent](API\Runtime\AIModule\BehaviorTree\UBehaviorTreeComponent) & OwnerComp, uint8 * NodeMemory )
[]
UBTService_DefaultFocus::UBTService_DefaultFocus
/Engine/Source/Runtime/AIModule/Classes/BehaviorTree/Services/BTService_DefaultFocus.h
AIModule
UBTService_DefaultFocus ( const [FObjectInitializer](API\Runtime\CoreUObject\UObject\FObjectInitializer) & ObjectInitializer )
[]
UBTService_DefaultFocus
/Engine/Source/Runtime/AIModule/Classes/BehaviorTree/Services/BTService_DefaultFocus.h
Default Focus service node. A service node that automatically sets the AI controller's focus when it becomes active.
AIModule
class UBTService_DefaultFocus : public [UBTService_BlackboardBase](API\Runtime\AIModule\BehaviorTree\Services\UBTService_BlackboardBase)
[ { "type": "uint8", "name": "FocusPriority", "description": "Not exposed to users on purpose. Here to make reusing focus-setting mechanics by derived classes possible" } ]
UBTService_RunEQS::CleanupMemory
/Engine/Source/Runtime/AIModule/Classes/BehaviorTree/Services/BTService_RunEQS.h
We need this only for verification, no need to have it in shipped builds
AIModule
virtual void CleanupMemory ( [UBehaviorTreeComponent](API\Runtime\AIModule\BehaviorTree\UBehaviorTreeComponent) & OwnerComp, uint8 * NodeMemory, [EBTMemoryClear::Type](API\Runtime\AIModule\BehaviorTree\EBTMemoryClear__Type) CleanupType ) const
[]
UBTService_RunEQS::GetInstanceMemorySize
/Engine/Source/Runtime/AIModule/Classes/BehaviorTree/Services/BTService_RunEQS.h
Size of instance memory
AIModule
virtual uint16 GetInstanceMemorySize() const
[]
UBTService_RunEQS::GetStaticDescription
/Engine/Source/Runtime/AIModule/Classes/BehaviorTree/Services/BTService_RunEQS.h
string containing description of this node with all setup values
AIModule
virtual [FString](API\Runtime\Core\Containers\FString) GetStaticDescription() const
[]
UBTService_RunEQS::InitializeFromAsset
/Engine/Source/Runtime/AIModule/Classes/BehaviorTree/Services/BTService_RunEQS.h
Initialize any asset related data
AIModule
virtual void InitializeFromAsset ( [UBehaviorTree](API\Runtime\AIModule\BehaviorTree\UBehaviorTree) & Asset )
[]
UBTService_RunEQS::InitializeMemory
/Engine/Source/Runtime/AIModule/Classes/BehaviorTree/Services/BTService_RunEQS.h
Initialize memory block
AIModule
virtual void InitializeMemory ( [UBehaviorTreeComponent](API\Runtime\AIModule\BehaviorTree\UBehaviorTreeComponent) & OwnerComp, uint8 * NodeMemory, [EBTMemoryInit::Type](API\Runtime\AIModule\BehaviorTree\EBTMemoryInit__Type) InitType ) const
[]
UBTService_RunEQS::OnCeaseRelevant
/Engine/Source/Runtime/AIModule/Classes/BehaviorTree/Services/BTService_RunEQS.h
Called when auxiliary node becomes inactive this function should be considered as const (don't modify state of object) if node is not instanced! bNotifyCeaseRelevant must be set to true for this function to be called Calling INIT_AUXILIARY_NODE_NOTIFY_FLAGS in the constructor of the node will set this flag automatically
AIModule
virtual void OnCeaseRelevant ( [UBehaviorTreeComponent](API\Runtime\AIModule\BehaviorTree\UBehaviorTreeComponent) & OwnerComp, uint8 * NodeMemory )
[]
UBTService_RunEQS::OnQueryFinished
/Engine/Source/Runtime/AIModule/Classes/BehaviorTree/Services/BTService_RunEQS.h
AIModule
void OnQueryFinished ( [TSharedPtr](API\Runtime\Core\Templates\TSharedPtr)< [FEnvQueryResult](API\Runtime\AIModule\EnvironmentQuery\FEnvQueryResult) > Result )
[]
UBTService_RunEQS::PostEditChangeProperty
/Engine/Source/Runtime/AIModule/Classes/BehaviorTree/Services/BTService_RunEQS.h
Prepare query params
AIModule
virtual void PostEditChangeProperty ( struct [FPropertyChangedEvent](API\Runtime\CoreUObject\UObject\FPropertyChangedEvent) & PropertyChangedEvent )
[]
UBTService_RunEQS::TickNode
/Engine/Source/Runtime/AIModule/Classes/BehaviorTree/Services/BTService_RunEQS.h
Update next tick interval this function should be considered as const (don't modify state of object) if node is not instanced! bNotifyTick must be set to true for this function to be called Calling INIT_SERVICE_NODE_NOTIFY_FLAGS in the constructor of the service will set this flag automatically
AIModule
virtual void TickNode ( [UBehaviorTreeComponent](API\Runtime\AIModule\BehaviorTree\UBehaviorTreeComponent) & OwnerComp, uint8 * NodeMemory, float DeltaSeconds )
[]
UBTService_RunEQS::UBTService_RunEQS
/Engine/Source/Runtime/AIModule/Classes/BehaviorTree/Services/BTService_RunEQS.h
AIModule
UBTService_RunEQS ( const [FObjectInitializer](API\Runtime\CoreUObject\UObject\FObjectInitializer) & ObjectInitializer )
[]
UBTService_RunEQS
/Engine/Source/Runtime/AIModule/Classes/BehaviorTree/Services/BTService_RunEQS.h
AIModule
class UBTService_RunEQS : public [UBTService_BlackboardBase](API\Runtime\AIModule\BehaviorTree\Services\UBTService_BlackboardBase)
[ { "type": "bool", "name": "bUpdateBBOnFail", "description": "" }, { "type": "FEQSParametrize...", "name": "EQSRequest", "description": "" }, { "type": "FQueryFinishedS...", "name": "QueryFinishedDelegate", "description": "" } ]
FBTEnvQueryTaskMemory
/Engine/Source/Runtime/AIModule/Classes/BehaviorTree/Tasks/BTTask_RunEQSQuery.h
AIModule
struct FBTEnvQueryTaskMemory
[ { "type": "int32", "name": "RequestID", "description": "Query request ID" } ]
FBTGameplayTaskMemory
/Engine/Source/Runtime/AIModule/Classes/BehaviorTree/Tasks/BTTask_GameplayTaskBase.h
AIModule
struct FBTGameplayTaskMemory
[ { "type": "uint8: 1", "name": "bObserverCanFinishTask", "description": "" }, { "type": "TWeakObjectPtr<...", "name": "Task", "description": "" } ]
FBTMoveToTaskMemory
/Engine/Source/Runtime/AIModule/Classes/BehaviorTree/Tasks/BTTask_MoveTo.h
AIModule
struct FBTMoveToTaskMemory
[ { "type": "FDelegateHandle", "name": "BBObserverDelegateHandle", "description": "" }, { "type": "uint8: 1", "name": "bObserverCanFinishTask", "description": "" }, { "type": "FAIRequestID", "name": "MoveRequestID", "description": "Move request ID" }, { "type": "FVector", "name": "PreviousGoalLocation", "description": "" }, { "type": "TWeakObjectPtr<...", "name": "Task", "description": "" } ]
FBTWaitTaskMemory
/Engine/Source/Runtime/AIModule/Classes/BehaviorTree/Tasks/BTTask_Wait.h
AIModule
struct FBTWaitTaskMemory
[]
UBTTask_BlackboardBase::GetSelectedBlackboardKey
/Engine/Source/Runtime/AIModule/Classes/BehaviorTree/Tasks/BTTask_BlackboardBase.h
Get name of selected blackboard key
AIModule
[FName](API\Runtime\Core\UObject\FName) GetSelectedBlackboardKey() const
[]
UBTTask_BlackboardBase::InitializeFromAsset
/Engine/Source/Runtime/AIModule/Classes/BehaviorTree/Tasks/BTTask_BlackboardBase.h
Initialize any asset related data
AIModule
virtual void InitializeFromAsset ( [UBehaviorTree](API\Runtime\AIModule\BehaviorTree\UBehaviorTree) & Asset )
[]
UBTTask_BlackboardBase::UBTTask_BlackboardBase
/Engine/Source/Runtime/AIModule/Classes/BehaviorTree/Tasks/BTTask_BlackboardBase.h
AIModule
UBTTask_BlackboardBase ( const [FObjectInitializer](API\Runtime\CoreUObject\UObject\FObjectInitializer) & ObjectInitializer )
[]
UBTTask_BlackboardBase
/Engine/Source/Runtime/AIModule/Classes/BehaviorTree/Tasks/BTTask_BlackboardBase.h
AIModule
class UBTTask_BlackboardBase : public [UBTTaskNode](API\Runtime\AIModule\BehaviorTree\UBTTaskNode)
[ { "type": "FBlackboardKeyS...", "name": "BlackboardKey", "description": "Blackboard key selector" } ]
UBTTask_BlueprintBase::DescribeRuntimeValues
/Engine/Source/Runtime/AIModule/Classes/BehaviorTree/Tasks/BTTask_BlueprintBase.h
Gathers description of all runtime parameters
AIModule
virtual void DescribeRuntimeValues ( const [UBehaviorTreeComponent](API\Runtime\AIModule\BehaviorTree\UBehaviorTreeComponent) & OwnerComp, uint8 * NodeMemory, [EBTDescriptionVerbosity::Type](API\Runtime\AIModule\BehaviorTree\EBTDescriptionVerbosity__Type) Verbosity, [TArray](API\Runtime\Core\Containers\TArray)< [FString](API\Runtime\Core\Containers\FString) > & Values ) const
[]
UBTTask_BlueprintBase::AbortTask
/Engine/Source/Runtime/AIModule/Classes/BehaviorTree/Tasks/BTTask_BlueprintBase.h
Aborts this task, should return Aborted or InProgress (useFinishLatentAbort()when returning InProgress) this function should be considered as const (don't modify state of object) if node is not instanced!
AIModule
virtual [EBTNodeResult::Type](API\Runtime\AIModule\BehaviorTree\EBTNodeResult__Type) AbortTask ( [UBehaviorTreeComponent](API\Runtime\AIModule\BehaviorTree\UBehaviorTreeComponent) & OwnerComp, uint8 * NodeMemory )
[]
UBTTask_BlueprintBase::ExecuteTask
/Engine/Source/Runtime/AIModule/Classes/BehaviorTree/Tasks/BTTask_BlueprintBase.h
Starts this task, should return Succeeded, Failed or InProgress (useFinishLatentTask()when returning InProgress) this function should be considered as const (don't modify state of object) if node is not instanced!
AIModule
virtual [EBTNodeResult::Type](API\Runtime\AIModule\BehaviorTree\EBTNodeResult__Type) ExecuteTask ( [UBehaviorTreeComponent](API\Runtime\AIModule\BehaviorTree\UBehaviorTreeComponent) & OwnerComp, uint8 * NodeMemory )
[]
UBTTask_BlueprintBase::FinishExecute
/Engine/Source/Runtime/AIModule/Classes/BehaviorTree/Tasks/BTTask_BlueprintBase.h
Finishes task execution with Success or Fail result
AIModule
void FinishExecute ( bool bSuccess )
[]
UBTTask_BlueprintBase::FinishAbort
/Engine/Source/Runtime/AIModule/Classes/BehaviorTree/Tasks/BTTask_BlueprintBase.h
Aborts task execution
AIModule
void FinishAbort()
[]
UBTTask_BlueprintBase::GetStaticDescription
/Engine/Source/Runtime/AIModule/Classes/BehaviorTree/Tasks/BTTask_BlueprintBase.h
string containing description of this node with all setup values
AIModule
virtual [FString](API\Runtime\Core\Containers\FString) GetStaticDescription() const
[]
UBTTask_BlueprintBase::InitializeFromAsset
/Engine/Source/Runtime/AIModule/Classes/BehaviorTree/Tasks/BTTask_BlueprintBase.h
Initialize any asset related data
AIModule
virtual void InitializeFromAsset ( [UBehaviorTree](API\Runtime\AIModule\BehaviorTree\UBehaviorTree) & Asset )
[]
UBTTask_BlueprintBase::IsTaskExecuting
/Engine/Source/Runtime/AIModule/Classes/BehaviorTree/Tasks/BTTask_BlueprintBase.h
Check if task is currently being executed
AIModule
bool IsTaskExecuting() const
[]
UBTTask_BlueprintBase::IsTaskAborting
/Engine/Source/Runtime/AIModule/Classes/BehaviorTree/Tasks/BTTask_BlueprintBase.h
Check if task is currently being aborted
AIModule
bool IsTaskAborting() const
[]
UBTTask_BlueprintBase::OnInstanceDestroyed
/Engine/Source/Runtime/AIModule/Classes/BehaviorTree/Tasks/BTTask_BlueprintBase.h
Called when node instance is removed from tree
AIModule
virtual void OnInstanceDestroyed ( [UBehaviorTreeComponent](API\Runtime\AIModule\BehaviorTree\UBehaviorTreeComponent) & OwnerComp )
[]
UBTTask_BlueprintBase::OnTaskFinished
/Engine/Source/Runtime/AIModule/Classes/BehaviorTree/Tasks/BTTask_BlueprintBase.h
Called when task execution is finished this function should be considered as const (don't modify state of object) if node is not instanced! bNotifyTaskFinished must be set to true for this function to be called Calling INIT_TASK_NODE_NOTIFY_FLAGS in the constructor of the task will set this flag automatically
AIModule
virtual void OnTaskFinished ( [UBehaviorTreeComponent](API\Runtime\AIModule\BehaviorTree\UBehaviorTreeComponent) & OwnerComp, uint8 * NodeMemory, [EBTNodeResult::Type](API\Runtime\AIModule\BehaviorTree\EBTNodeResult__Type) TaskResult )
[]
UBTTask_BlueprintBase::ReceiveAbort
/Engine/Source/Runtime/AIModule/Classes/BehaviorTree/Tasks/BTTask_BlueprintBase.h
If blueprint graph contains this event, task will stay active until FinishAbort is called that if both generic and AI event versions are implemented only the more suitable one will be called, meaning the AI version if called for AI, generic one otherwise
AIModule
void ReceiveAbort ( [AActor](API\Runtime\Engine\GameFramework\AActor) * OwnerActor )
[]
UBTTask_BlueprintBase::ReceiveAbortAI
/Engine/Source/Runtime/AIModule/Classes/BehaviorTree/Tasks/BTTask_BlueprintBase.h
generic one otherwise
AIModule
void ReceiveAbortAI ( [AAIController](API\Runtime\AIModule\AAIController) * OwnerController, [APawn](API\Runtime\Engine\GameFramework\APawn) * ControlledPawn )
[]
UBTTask_BlueprintBase::ReceiveExecute
/Engine/Source/Runtime/AIModule/Classes/BehaviorTree/Tasks/BTTask_BlueprintBase.h
Entry point, task will stay active until FinishExecute is called. that if both generic and AI event versions are implemented only the more suitable one will be called, meaning the AI version if called for AI, generic one otherwise
AIModule
void ReceiveExecute ( [AActor](API\Runtime\Engine\GameFramework\AActor) * OwnerActor )
[]
UBTTask_BlueprintBase::ReceiveExecuteAI
/Engine/Source/Runtime/AIModule/Classes/BehaviorTree/Tasks/BTTask_BlueprintBase.h
generic one otherwise
AIModule
void ReceiveExecuteAI ( [AAIController](API\Runtime\AIModule\AAIController) * OwnerController, [APawn](API\Runtime\Engine\GameFramework\APawn) * ControlledPawn )
[]
UBTTask_BlueprintBase::ReceiveTick
/Engine/Source/Runtime/AIModule/Classes/BehaviorTree/Tasks/BTTask_BlueprintBase.h
Tick function that if both generic and AI event versions are implemented only the more suitable one will be called, meaning the AI version if called for AI, generic one otherwise
AIModule
void ReceiveTick ( [AActor](API\Runtime\Engine\GameFramework\AActor) * OwnerActor, float DeltaSeconds )
[]
UBTTask_BlueprintBase::ReceiveTickAI
/Engine/Source/Runtime/AIModule/Classes/BehaviorTree/Tasks/BTTask_BlueprintBase.h
generic one otherwise
AIModule
void ReceiveTickAI ( [AAIController](API\Runtime\AIModule\AAIController) * OwnerController, [APawn](API\Runtime\Engine\GameFramework\APawn) * ControlledPawn, float DeltaSeconds )
[]
UBTTask_BlueprintBase::SetFinishOnMessageWithId
/Engine/Source/Runtime/AIModule/Classes/BehaviorTree/Tasks/BTTask_BlueprintBase.h
Task execution will be finished (with result 'Success') after receiving specified message with indicated ID
AIModule
void SetFinishOnMessageWithId ( [FName](API\Runtime\Core\UObject\FName) MessageName, int32 RequestID )
[]
UBTTask_BlueprintBase::SetFinishOnMessage
/Engine/Source/Runtime/AIModule/Classes/BehaviorTree/Tasks/BTTask_BlueprintBase.h
Task execution will be finished (with result 'Success') after receiving specified message
AIModule
void SetFinishOnMessage ( [FName](API\Runtime\Core\UObject\FName) MessageName )
[]
UBTTask_BlueprintBase::SetOwner
/Engine/Source/Runtime/AIModule/Classes/BehaviorTree/Tasks/BTTask_BlueprintBase.h
Gets called only for instanced nodes(bCreateNodeInstance == true). In practive overridden by BP-implemented BT nodes
AIModule
virtual void SetOwner ( [AActor](API\Runtime\Engine\GameFramework\AActor) * ActorOwner )
[]
UBTTask_BlueprintBase::TickTask
/Engine/Source/Runtime/AIModule/Classes/BehaviorTree/Tasks/BTTask_BlueprintBase.h
Ticks this task
AIModule
virtual void TickTask ( [UBehaviorTreeComponent](API\Runtime\AIModule\BehaviorTree\UBehaviorTreeComponent) & OwnerComp, uint8 * NodeMemory, float DeltaSeconds )
[]
UBTTask_BlueprintBase::UsesBlueprint
/Engine/Source/Runtime/AIModule/Classes/BehaviorTree/Tasks/BTTask_BlueprintBase.h
Get whether this node is using a blueprint for its logic
AIModule
virtual bool UsesBlueprint() const
[]
UBTTask_BlueprintBase::UBTTask_BlueprintBase
/Engine/Source/Runtime/AIModule/Classes/BehaviorTree/Tasks/BTTask_BlueprintBase.h
AIModule
UBTTask_BlueprintBase ( const [FObjectInitializer](API\Runtime\CoreUObject\UObject\FObjectInitializer) & ObjectInitializer )
[]
UBTTask_BlueprintBase
/Engine/Source/Runtime/AIModule/Classes/BehaviorTree/Tasks/BTTask_BlueprintBase.h
When task receives Abort event, all latent actions associated this instance are being removed. This prevents from resuming activity started by Execute, but does not handle external events. Please use them safely (unregister at abort) and callIsTaskExecuting()when in doubt.
AIModule
class UBTTask_BlueprintBase : public [UBTTaskNode](API\Runtime\AIModule\BehaviorTree\UBTTaskNode)
[ { "type": "TObjectPtr<AAc...", "name": "ActorOwner", "description": "Cached actor owner of BehaviorTreeComponent." }, { "type": "TObjectPtr<AAI...", "name": "AIOwner", "description": "Cached AIController owner of BehaviorTreeComponent." }, { "type": "uint32: 1", "name": "bIsAborting", "description": "Set when task enters Aborting state" }, { "type": "uint32: 1", "name": "bShowPropertyDetails", "description": "Show detailed information about properties" }, { "type": "uint32: 1", "name": "bStoreFinishResult", "description": "If set, execution is inside blueprint's ReceiveExecute(Abort) event FinishExecute(Abort) function should store their result in CurrentCallResult variable" }, { "type": "TEnumAsByte<EB...", "name": "CurrentCallResult", "description": "Temporary variable for ReceiveExecute(Abort)-FinishExecute(Abort) chain" }, { "type": "FString", "name": "CustomDescription", "description": "" }, { "type": "TArray<FProper...", "name": "PropertyData", "description": "Properties that should be copied" }, { "type": "uint32: 2", "name": "ReceiveAbortImplementations", "description": "Set if ReceiveAbort is implemented by blueprint" }, { "type": "uint32: 2", "name": "ReceiveExecuteImplementations", "description": "Set if ReceiveExecute is implemented by blueprint" }, { "type": "uint32: 2", "name": "ReceiveTickImplementations", "description": "Set if ReceiveTick is implemented by blueprint" }, { "type": "FIntervalCountd...", "name": "TickInterval", "description": "If any of the Tick functions is implemented, how often should they be ticked." } ]
UBTTask_FinishWithResult::ExecuteTask
/Engine/Source/Runtime/AIModule/Classes/BehaviorTree/Tasks/BTTask_FinishWithResult.h
Starts this task, should return Succeeded, Failed or InProgress (useFinishLatentTask()when returning InProgress) this function should be considered as const (don't modify state of object) if node is not instanced!
AIModule
virtual [EBTNodeResult::Type](API\Runtime\AIModule\BehaviorTree\EBTNodeResult__Type) ExecuteTask ( [UBehaviorTreeComponent](API\Runtime\AIModule\BehaviorTree\UBehaviorTreeComponent) & OwnerComp, uint8 * NodeMemory )
[]
UBTTask_FinishWithResult::GetStaticDescription
/Engine/Source/Runtime/AIModule/Classes/BehaviorTree/Tasks/BTTask_FinishWithResult.h
string containing description of this node with all setup values
AIModule
virtual [FString](API\Runtime\Core\Containers\FString) GetStaticDescription() const
[]
UBTTask_FinishWithResult::UBTTask_FinishWithResult
/Engine/Source/Runtime/AIModule/Classes/BehaviorTree/Tasks/BTTask_FinishWithResult.h
AIModule
UBTTask_FinishWithResult ( const [FObjectInitializer](API\Runtime\CoreUObject\UObject\FObjectInitializer) & ObjectInitializer )
[]
UBTTask_GameplayTaskBase::AbortTask
/Engine/Source/Runtime/AIModule/Classes/BehaviorTree/Tasks/BTTask_GameplayTaskBase.h
Aborts this task, should return Aborted or InProgress (useFinishLatentAbort()when returning InProgress) this function should be considered as const (don't modify state of object) if node is not instanced!
AIModule
virtual [EBTNodeResult::Type](API\Runtime\AIModule\BehaviorTree\EBTNodeResult__Type) AbortTask ( [UBehaviorTreeComponent](API\Runtime\AIModule\BehaviorTree\UBehaviorTreeComponent) & OwnerComp, uint8 * NodeMemory )
[]
UBTTask_FinishWithResult
/Engine/Source/Runtime/AIModule/Classes/BehaviorTree/Tasks/BTTask_FinishWithResult.h
Instantly finishes with given result
AIModule
class UBTTask_FinishWithResult : public [UBTTaskNode](API\Runtime\AIModule\BehaviorTree\UBTTaskNode)
[ { "type": "TEnumAsByte<EB...", "name": "Result", "description": "Allows adding random time to wait time" } ]
UBTTask_GameplayTaskBase::DetermineGameplayTaskResult
/Engine/Source/Runtime/AIModule/Classes/BehaviorTree/Tasks/BTTask_GameplayTaskBase.h
Get finish result from task
AIModule
virtual [EBTNodeResult::Type](API\Runtime\AIModule\BehaviorTree\EBTNodeResult__Type) DetermineGameplayTaskResult ( [UAITask](API\Runtime\AIModule\Tasks\UAITask) & Task ) const
[]
UBTTask_GameplayTaskBase::GetInstanceMemorySize
/Engine/Source/Runtime/AIModule/Classes/BehaviorTree/Tasks/BTTask_GameplayTaskBase.h
Size of instance memory
AIModule
virtual uint16 GetInstanceMemorySize() const
[]
UBTTask_GameplayTaskBase::OnGameplayTaskDeactivated
/Engine/Source/Runtime/AIModule/Classes/BehaviorTree/Tasks/BTTask_GameplayTaskBase.h
Notify called after GameplayTask changes state from Active (finishing or pausing)
AIModule
virtual void OnGameplayTaskDeactivated ( [UGameplayTask](API\Runtime\GameplayTasks\UGameplayTask) & Task )
[]
UBTTask_GameplayTaskBase::OnTaskFinished
/Engine/Source/Runtime/AIModule/Classes/BehaviorTree/Tasks/BTTask_GameplayTaskBase.h
Called when task execution is finished this function should be considered as const (don't modify state of object) if node is not instanced! bNotifyTaskFinished must be set to true for this function to be called Calling INIT_TASK_NODE_NOTIFY_FLAGS in the constructor of the task will set this flag automatically
AIModule
virtual void OnTaskFinished ( [UBehaviorTreeComponent](API\Runtime\AIModule\BehaviorTree\UBehaviorTreeComponent) & OwnerComp, uint8 * NodeMemory, [EBTNodeResult::Type](API\Runtime\AIModule\BehaviorTree\EBTNodeResult__Type) TaskResult )
[]
UBTTask_GameplayTaskBase::StartGameplayTask
/Engine/Source/Runtime/AIModule/Classes/BehaviorTree/Tasks/BTTask_GameplayTaskBase.h
Start task and initializeFBTGameplayTaskMemorymemory block
AIModule
[EBTNodeResult::Type](API\Runtime\AIModule\BehaviorTree\EBTNodeResult__Type) StartGameplayTask ( [UBehaviorTreeComponent](API\Runtime\AIModule\BehaviorTree\UBehaviorTreeComponent) & OwnerComp, uint8 * NodeMemory, [UAITask](API\Runtime\AIModule\Tasks\UAITask) & Task )
[]
UBTTask_GameplayTaskBase::UBTTask_GameplayTaskBase
/Engine/Source/Runtime/AIModule/Classes/BehaviorTree/Tasks/BTTask_GameplayTaskBase.h
AIModule
UBTTask_GameplayTaskBase ( const [FObjectInitializer](API\Runtime\CoreUObject\UObject\FObjectInitializer) & ObjectInitializer )
[]
UBTTask_GameplayTaskBase
/Engine/Source/Runtime/AIModule/Classes/BehaviorTree/Tasks/BTTask_GameplayTaskBase.h
In your ExecuteTask:
AIModule
class UBTTask_GameplayTaskBase : public [UBTTaskNode](API\Runtime\AIModule\BehaviorTree\UBTTaskNode)
[ { "type": "uint32: 1", "name": "bWaitForGameplayTask", "description": "If set, behavior tree task will wait until gameplay tasks finishes" } ]
UBTTask_MakeNoise::ExecuteTask
/Engine/Source/Runtime/AIModule/Classes/BehaviorTree/Tasks/BTTask_MakeNoise.h
Starts this task, should return Succeeded, Failed or InProgress (useFinishLatentTask()when returning InProgress) this function should be considered as const (don't modify state of object) if node is not instanced!
AIModule
virtual [EBTNodeResult::Type](API\Runtime\AIModule\BehaviorTree\EBTNodeResult__Type) ExecuteTask ( [UBehaviorTreeComponent](API\Runtime\AIModule\BehaviorTree\UBehaviorTreeComponent) & OwnerComp, uint8 * NodeMemory )
[]
UBTTask_MakeNoise::GetNodeIconName
/Engine/Source/Runtime/AIModule/Classes/BehaviorTree/Tasks/BTTask_MakeNoise.h
Get the name of the icon used to display this node in the editor
AIModule
virtual [FName](API\Runtime\Core\UObject\FName) GetNodeIconName() const
[]
UBTTask_MakeNoise::UBTTask_MakeNoise
/Engine/Source/Runtime/AIModule/Classes/BehaviorTree/Tasks/BTTask_MakeNoise.h
AIModule
UBTTask_MakeNoise ( const [FObjectInitializer](API\Runtime\CoreUObject\UObject\FObjectInitializer) & ObjectInitializer )
[]
UBTTask_MakeNoise
/Engine/Source/Runtime/AIModule/Classes/BehaviorTree/Tasks/BTTask_MakeNoise.h
Make Noise task node. A task node that calls MakeNoise() on this Pawn when executed.
AIModule
class UBTTask_MakeNoise : public [UBTTaskNode](API\Runtime\AIModule\BehaviorTree\UBTTaskNode)
[ { "type": "float", "name": "Loudnes", "description": "Loudnes of generated noise" } ]
UBTTask_MoveDirectlyToward::GetNodeIconName
/Engine/Source/Runtime/AIModule/Classes/BehaviorTree/Tasks/BTTask_MoveDirectlyToward.h
Get the name of the icon used to display this node in the editor
AIModule
virtual [FName](API\Runtime\Core\UObject\FName) GetNodeIconName() const
[]
UBTTask_MoveDirectlyToward::InitializeFromAsset
/Engine/Source/Runtime/AIModule/Classes/BehaviorTree/Tasks/BTTask_MoveDirectlyToward.h
Initialize any asset related data
AIModule
virtual void InitializeFromAsset ( [UBehaviorTree](API\Runtime\AIModule\BehaviorTree\UBehaviorTree) & Asset )
[]
UBTTask_MoveDirectlyToward::PostLoad
/Engine/Source/Runtime/AIModule/Classes/BehaviorTree/Tasks/BTTask_MoveDirectlyToward.h
Do any object-specific cleanup required immediately after loading an object. This is not called for newly-created objects, and by default will always execute on the game thread.
AIModule
virtual void PostLoad()
[]
UBTTask_MoveDirectlyToward::UBTTask_MoveDirectlyToward
/Engine/Source/Runtime/AIModule/Classes/BehaviorTree/Tasks/BTTask_MoveDirectlyToward.h
AIModule
UBTTask_MoveDirectlyToward ( const [FObjectInitializer](API\Runtime\CoreUObject\UObject\FObjectInitializer) & ObjectInitializer )
[]
UBTTask_MoveDirectlyToward
/Engine/Source/Runtime/AIModule/Classes/BehaviorTree/Tasks/BTTask_MoveDirectlyToward.h
Move Directly Toward task node. Moves the AI pawn toward the specified Actor or Location (Vector) blackboard entry in a straight line, without regard to any navigation system. If you need the AI to navigate, use the "Move To" node instead.
AIModule
class UBTTask_MoveDirectlyToward : public [UBTTask_MoveTo](API\Runtime\AIModule\BehaviorTree\Tasks\UBTTask_MoveTo)
[ { "type": "uint32: 1", "name": "bDisablePathUpdateOnGoalLocationChange", "description": "" }, { "type": "uint32: 1", "name": "bProjectVectorGoalToNavigation", "description": "" } ]
UBTTask_MoveTo::AbortTask
/Engine/Source/Runtime/AIModule/Classes/BehaviorTree/Tasks/BTTask_MoveTo.h
Aborts this task, should return Aborted or InProgress (useFinishLatentAbort()when returning InProgress) this function should be considered as const (don't modify state of object) if node is not instanced!
AIModule
virtual [EBTNodeResult::Type](API\Runtime\AIModule\BehaviorTree\EBTNodeResult__Type) AbortTask ( [UBehaviorTreeComponent](API\Runtime\AIModule\BehaviorTree\UBehaviorTreeComponent) & OwnerComp, uint8 * NodeMemory )
[]
UBTTask_MoveTo::DescribeRuntimeValues
/Engine/Source/Runtime/AIModule/Classes/BehaviorTree/Tasks/BTTask_MoveTo.h
Gathers description of all runtime parameters
AIModule
virtual void DescribeRuntimeValues ( const [UBehaviorTreeComponent](API\Runtime\AIModule\BehaviorTree\UBehaviorTreeComponent) & OwnerComp, uint8 * NodeMemory, [EBTDescriptionVerbosity::Type](API\Runtime\AIModule\BehaviorTree\EBTDescriptionVerbosity__Type) Verbosity, [TArray](API\Runtime\Core\Containers\TArray)< [FString](API\Runtime\Core\Containers\FString) > & Values ) const
[]
UBTTask_MoveTo::ExecuteTask
/Engine/Source/Runtime/AIModule/Classes/BehaviorTree/Tasks/BTTask_MoveTo.h
Starts this task, should return Succeeded, Failed or InProgress (useFinishLatentTask()when returning InProgress) this function should be considered as const (don't modify state of object) if node is not instanced!
AIModule
virtual [EBTNodeResult::Type](API\Runtime\AIModule\BehaviorTree\EBTNodeResult__Type) ExecuteTask ( [UBehaviorTreeComponent](API\Runtime\AIModule\BehaviorTree\UBehaviorTreeComponent) & OwnerComp, uint8 * NodeMemory )
[]
UBTTask_MoveTo::GetInstanceMemorySize
/Engine/Source/Runtime/AIModule/Classes/BehaviorTree/Tasks/BTTask_MoveTo.h
Size of instance memory
AIModule
virtual uint16 GetInstanceMemorySize() const
[]
UBTTask_MoveTo::GetNodeIconName
/Engine/Source/Runtime/AIModule/Classes/BehaviorTree/Tasks/BTTask_MoveTo.h
Get the name of the icon used to display this node in the editor
AIModule
virtual [FName](API\Runtime\Core\UObject\FName) GetNodeIconName() const
[]
UBTTask_MoveTo::GetStaticDescription
/Engine/Source/Runtime/AIModule/Classes/BehaviorTree/Tasks/BTTask_MoveTo.h
string containing description of this node with all setup values
AIModule
virtual [FString](API\Runtime\Core\Containers\FString) GetStaticDescription() const
[]
UBTTask_MoveTo::OnMessage
/Engine/Source/Runtime/AIModule/Classes/BehaviorTree/Tasks/BTTask_MoveTo.h
Message handler, default implementation will finish latent execution/abortion this function should be considered as const (don't modify state of object) if node is not instanced!
AIModule
virtual void OnMessage ( [UBehaviorTreeComponent](API\Runtime\AIModule\BehaviorTree\UBehaviorTreeComponent) & OwnerComp, uint8 * NodeMemory, [FName](API\Runtime\Core\UObject\FName) Message, int32 RequestID, bool bSuccess )
[]
UBTTask_MoveTo::OnBlackboardValueChange
/Engine/Source/Runtime/AIModule/Classes/BehaviorTree/Tasks/BTTask_MoveTo.h
AIModule
EBlackboardNotificationResult OnBlackboardValueChange ( const [UBlackboardComponent](API\Runtime\AIModule\BehaviorTree\UBlackboardComponent) & Blackboard, [FBlackboard::FKey](API\Runtime\AIModule\BehaviorTree\Blackboard\FKey) ChangedKeyID )
[]
UBTTask_MoveTo::OnNodeCreated
/Engine/Source/Runtime/AIModule/Classes/BehaviorTree/Tasks/BTTask_MoveTo.h
Called after creating new node in behavior tree editor, use for versioning
AIModule
virtual void OnNodeCreated()
[]
UBTTask_MoveTo::OnTaskFinished
/Engine/Source/Runtime/AIModule/Classes/BehaviorTree/Tasks/BTTask_MoveTo.h
Called when task execution is finished this function should be considered as const (don't modify state of object) if node is not instanced! bNotifyTaskFinished must be set to true for this function to be called Calling INIT_TASK_NODE_NOTIFY_FLAGS in the constructor of the task will set this flag automatically
AIModule
virtual void OnTaskFinished ( [UBehaviorTreeComponent](API\Runtime\AIModule\BehaviorTree\UBehaviorTreeComponent) & OwnerComp, uint8 * NodeMemory, [EBTNodeResult::Type](API\Runtime\AIModule\BehaviorTree\EBTNodeResult__Type) TaskResult )
[]
UBTTask_MoveTo::PerformMoveTask
/Engine/Source/Runtime/AIModule/Classes/BehaviorTree/Tasks/BTTask_MoveTo.h
AIModule
virtual [EBTNodeResult::Type](API\Runtime\AIModule\BehaviorTree\EBTNodeResult__Type) PerformMoveTask ( [UBehaviorTreeComponent](API\Runtime\AIModule\BehaviorTree\UBehaviorTreeComponent) & OwnerComp, uint8 * NodeMemory )
[]
UBTTask_MoveTo::PrepareMoveTask
/Engine/Source/Runtime/AIModule/Classes/BehaviorTree/Tasks/BTTask_MoveTo.h
Prepares move task for activation
AIModule
virtual [UAITask_MoveTo](API\Runtime\AIModule\Tasks\UAITask_MoveTo) * PrepareMoveTask ( [UBehaviorTreeComponent](API\Runtime\AIModule\BehaviorTree\UBehaviorTreeComponent) & OwnerComp, [UAITask_MoveTo](API\Runtime\AIModule\Tasks\UAITask_MoveTo) * ExistingTask, [FAIMoveRequest](API\Runtime\AIModule\FAIMoveRequest) & MoveRequest )
[]
UBTTask_MoveTo::PostLoad
/Engine/Source/Runtime/AIModule/Classes/BehaviorTree/Tasks/BTTask_MoveTo.h
Do any object-specific cleanup required immediately after loading an object. This is not called for newly-created objects, and by default will always execute on the game thread.
AIModule
virtual void PostLoad()
[]
UBTTask_MoveTo::UBTTask_MoveTo
/Engine/Source/Runtime/AIModule/Classes/BehaviorTree/Tasks/BTTask_MoveTo.h
AIModule
UBTTask_MoveTo ( const [FObjectInitializer](API\Runtime\CoreUObject\UObject\FObjectInitializer) & ObjectInitializer )
[]
UBTTask_MoveTo
/Engine/Source/Runtime/AIModule/Classes/BehaviorTree/Tasks/BTTask_MoveTo.h
Move To task node. Moves the AI pawn toward the specified Actor or Location blackboard entry using the navigation system.
AIModule
class UBTTask_MoveTo : public [UBTTask_BlackboardBase](API\Runtime\AIModule\BehaviorTree\Tasks\UBTTask_BlackboardBase)
[ { "type": "float", "name": "AcceptableRadius", "description": "Fixed distance added to threshold between AI and goal location in destination reach test" }, { "type": "uint32: 1", "name": "bAllowPartialPath", "description": "If set, use incomplete path when goal can't be reached" }, { "type": "uint32: 1", "name": "bAllowStrafe", "description": "" }, { "type": "uint32: 1", "name": "bObserveBlackboardValue", "description": "If move goal in BB changes the move will be redirected to new location" }, { "type": "uint32: 1", "name": "bProjectGoalLocation", "description": "If set, goal location will be projected on navigation data (navmesh) before using" }, { "type": "uint32: 1", "name": "bReachTestIncludesAgentRadius", "description": "If set, radius of AI's capsule will be added to threshold between AI and goal location in destination reach test" }, { "type": "uint32: 1", "name": "bReachTestIncludesGoalRadius", "description": "If set, radius of goal's capsule will be added to threshold between AI and goal location in destination reach test" }, { "type": "uint32: 1", "name": "bRequireNavigableEndLocation", "description": "If set, the goal location will need to be navigable" }, { "type": "uint32: 1", "name": "bStopOnOverlap", "description": "DEPRECATED, please use combination of bReachTestIncludes*Radius instead" }, { "type": "uint32: 1", "name": "bStopOnOverlapNeedsUpdate", "description": "" }, { "type": "uint32: 1", "name": "bTrackMovingGoal", "description": "If set, path to goal actor will update itself when actor moves" }, { "type": "uint32: 1", "name": "bUsePathfinding", "description": "If set, move will use pathfinding. Not exposed on purpose, please use BTTask_MoveDirectlyToward" }, { "type": "TSubclassOf<UN...", "name": "FilterClass", "description": "\"None\" will result in default filter being used" }, { "type": "float", "name": "ObservedBlackboardValueTolerance", "description": "If task is expected to react to changes to location represented by BB key this property can be used to tweak sensitivity of the mechanism." } ]
UBTTask_PawnActionBase::AbortTask
/Engine/Source/Runtime/AIModule/Classes/BehaviorTree/Tasks/BTTask_PawnActionBase.h
Aborts this task, should return Aborted or InProgress (useFinishLatentAbort()when returning InProgress) this function should be considered as const (don't modify state of object) if node is not instanced!
AIModule
virtual [EBTNodeResult::Type](API\Runtime\AIModule\BehaviorTree\EBTNodeResult__Type) AbortTask ( [UBehaviorTreeComponent](API\Runtime\AIModule\BehaviorTree\UBehaviorTreeComponent) & OwnerComp, uint8 * NodeMemory )
[]
UBTTask_PawnActionBase::ActionEventHandler
/Engine/Source/Runtime/AIModule/Classes/BehaviorTree/Tasks/BTTask_PawnActionBase.h
Helper functions, should be used when behavior tree task deals with pawn actions, but can't derive from this class
AIModule
static EPawnActionTaskResult ActionEventHandler ( [UBTTaskNode](API\Runtime\AIModule\BehaviorTree\UBTTaskNode) * TaskNode, [UDEPRECATED_PawnAction](API\Runtime\AIModule\Actions\UDEPRECATED_PawnAction) & Action, [EPawnActionEventType::Type](API\Runtime\AIModule\EPawnActionEventType__Type) Event )
[]
UBTTask_PawnActionBase::OnActionEvent
/Engine/Source/Runtime/AIModule/Classes/BehaviorTree/Tasks/BTTask_PawnActionBase.h
Action observer, updates state of task
AIModule
virtual void OnActionEvent ( [UDEPRECATED_PawnAction](API\Runtime\AIModule\Actions\UDEPRECATED_PawnAction) & Action, [EPawnActionEventType::Type](API\Runtime\AIModule\EPawnActionEventType__Type) Event )
[]
UBTTask_PawnActionBase::OnActionLost
/Engine/Source/Runtime/AIModule/Classes/BehaviorTree/Tasks/BTTask_PawnActionBase.h
Called when action is removed from stack (FinishedAborting) by some external event default behavior: finish task as failed
AIModule
virtual void OnActionLost ( [UDEPRECATED_PawnAction](API\Runtime\AIModule\Actions\UDEPRECATED_PawnAction) & Action )
[]
UBTTask_PawnActionBase::PushAction
/Engine/Source/Runtime/AIModule/Classes/BehaviorTree/Tasks/BTTask_PawnActionBase.h
Starts executing pawn action
AIModule
[EBTNodeResult::Type](API\Runtime\AIModule\BehaviorTree\EBTNodeResult__Type) PushAction ( [UBehaviorTreeComponent](API\Runtime\AIModule\BehaviorTree\UBehaviorTreeComponent) & OwnerComp, [UDEPRECATED_PawnAction](API\Runtime\AIModule\Actions\UDEPRECATED_PawnAction) & Action )
[]
UBTTask_PawnActionBase::UBTTask_PawnActionBase
/Engine/Source/Runtime/AIModule/Classes/BehaviorTree/Tasks/BTTask_PawnActionBase.h
AIModule
UBTTask_PawnActionBase ( const [FObjectInitializer](API\Runtime\CoreUObject\UObject\FObjectInitializer) & ObjectInitializer )
[]
UBTTask_MoveTo::OnGameplayTaskDeactivated
/Engine/Source/Runtime/AIModule/Classes/BehaviorTree/Tasks/BTTask_MoveTo.h
Notify called after GameplayTask changes state from Active (finishing or pausing)
AIModule
virtual void OnGameplayTaskDeactivated ( [UGameplayTask](API\Runtime\GameplayTasks\UGameplayTask) & Task )
[]
UBTTask_PawnActionBase
/Engine/Source/Runtime/AIModule/Classes/BehaviorTree/Tasks/BTTask_PawnActionBase.h
Please use result returned by PushAction for ExecuteTask function.
AIModule
class UBTTask_PawnActionBase : public [UBTTaskNode](API\Runtime\AIModule\BehaviorTree\UBTTaskNode)
[]
UBTTask_PlayAnimation::AbortTask
/Engine/Source/Runtime/AIModule/Classes/BehaviorTree/Tasks/BTTask_PlayAnimation.h
Aborts this task, should return Aborted or InProgress (useFinishLatentAbort()when returning InProgress) this function should be considered as const (don't modify state of object) if node is not instanced!
AIModule
virtual [EBTNodeResult::Type](API\Runtime\AIModule\BehaviorTree\EBTNodeResult__Type) AbortTask ( [UBehaviorTreeComponent](API\Runtime\AIModule\BehaviorTree\UBehaviorTreeComponent) & OwnerComp, uint8 * NodeMemory )
[]
UBTTask_PlayAnimation::CleanUp
/Engine/Source/Runtime/AIModule/Classes/BehaviorTree/Tasks/BTTask_PlayAnimation.h
AIModule
void CleanUp ( [UBehaviorTreeComponent](API\Runtime\AIModule\BehaviorTree\UBehaviorTreeComponent) & OwnerComp )
[]
UBTTask_PlayAnimation::ExecuteTask
/Engine/Source/Runtime/AIModule/Classes/BehaviorTree/Tasks/BTTask_PlayAnimation.h
Starts this task, should return Succeeded, Failed or InProgress (useFinishLatentTask()when returning InProgress) this function should be considered as const (don't modify state of object) if node is not instanced!
AIModule
virtual [EBTNodeResult::Type](API\Runtime\AIModule\BehaviorTree\EBTNodeResult__Type) ExecuteTask ( [UBehaviorTreeComponent](API\Runtime\AIModule\BehaviorTree\UBehaviorTreeComponent) & OwnerComp, uint8 * NodeMemory )
[]
UBTTask_PlayAnimation::GetNodeIconName
/Engine/Source/Runtime/AIModule/Classes/BehaviorTree/Tasks/BTTask_PlayAnimation.h
Get the name of the icon used to display this node in the editor
AIModule
virtual [FName](API\Runtime\Core\UObject\FName) GetNodeIconName() const
[]
UBTTask_PlayAnimation::GetStaticDescription
/Engine/Source/Runtime/AIModule/Classes/BehaviorTree/Tasks/BTTask_PlayAnimation.h
string containing description of this node with all setup values
AIModule
virtual [FString](API\Runtime\Core\Containers\FString) GetStaticDescription() const
[]
UBTTask_PlayAnimation::OnAnimationTimerDone
/Engine/Source/Runtime/AIModule/Classes/BehaviorTree/Tasks/BTTask_PlayAnimation.h
AIModule
void OnAnimationTimerDone()
[]
UBTTask_PlayAnimation::UBTTask_PlayAnimation
/Engine/Source/Runtime/AIModule/Classes/BehaviorTree/Tasks/BTTask_PlayAnimation.h
AIModule
UBTTask_PlayAnimation ( const [FObjectInitializer](API\Runtime\CoreUObject\UObject\FObjectInitializer) & ObjectInitializer )
[]
UBTTask_PlayAnimation
/Engine/Source/Runtime/AIModule/Classes/BehaviorTree/Tasks/BTTask_PlayAnimation.h
Play indicated AnimationAsset on Pawn controlled by BT Note that this node is generic and is handing multiple special cases, If you want a more efficient solution you'll need to implement it yourself (or wait for our BTTask_PlayCharacterAnimation)
AIModule
class UBTTask_PlayAnimation : public [UBTTaskNode](API\Runtime\AIModule\BehaviorTree\UBTTaskNode)
[ { "type": "TObjectPtr<UAn...", "name": "AnimationToPlay", "description": "Animation asset to play. Note that it needs to match the skeleton of pawn this BT is controlling" }, { "type": "uint32: 1", "name": "bLooping", "description": "" }, { "type": "uint32: 1", "name": "bNonBlocking", "description": "If true the task will just trigger the animation and instantly finish. Fire and Forget." }, { "type": "TObjectPtr<USk...", "name": "CachedSkelMesh", "description": "" }, { "type": "TObjectPtr<UBe...", "name": "MyOwnerComp", "description": "" }, { "type": "EAnimationMode:...", "name": "PreviousAnimationMode", "description": "" }, { "type": "FTimerDelegate", "name": "TimerDelegate", "description": "" }, { "type": "FTimerHandle", "name": "TimerHandle", "description": "" } ]