UBTTask_GameplayTaskBase::StartGameplayTask

Start task and initialize [FBTGameplayTaskMemory](API\Runtime\AIModule\BehaviorTree\Tasks\FBTGameplayTaskMemory) memory block

Windows
MacOS
Linux

References

Module

AIModule

Header

/Engine/Source/Runtime/AIModule/Classes/BehaviorTree/Tasks/BTTask_GameplayTaskBase.h

Include

#include "BehaviorTree/Tasks/BTTask_GameplayTaskBase.h"

Source

/Engine/Source/Runtime/AIModule/Private/BehaviorTree/Tasks/BTTask_GameplayTaskBase.cpp

Syntax

EBTNodeResult::Type StartGameplayTask
(
    UBehaviorTreeComponent & OwnerComp,
    uint8 * NodeMemory,
    UAITask & Task
)

Remarks

Start task and initialize FBTGameplayTaskMemory memory block

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss