Choose your operating system:
Windows
macOS
Linux
| UObjectBase
|
Module |
|
Header |
/Engine/Source/Runtime/AIModule/Classes/BehaviorTree/Tasks/BTTask_RotateToFaceBBEntry.h |
Include |
#include "BehaviorTree/Tasks/BTTask_RotateToFaceBBEntry.h" |
class UBTTask_RotateToFaceBBEntry : public UBTTask_BlackboardBase
Name | Description | ||
---|---|---|---|
|
float |
Precision |
Success condition precision in degrees |
Name | Description | |
---|---|---|
|
UBTTask_RotateToFaceBBEntry ( |
Name | Description | ||
---|---|---|---|
|
CleanUp ( |
||
|
float |
GetPrecisionDot() |
Name | Description | ||
---|---|---|---|
|
EBTNodeResul... |
AbortTask ( |
Aborts this task, should return Aborted or InProgress (use FinishLatentAbort() when returning InProgress) this function should be considered as const (don't modify state of object) if node is not instanced! |
|
EBTNodeResul... |
ExecuteTask ( |
Starts this task, should return Succeeded, Failed or InProgress (use FinishLatentTask() when returning InProgress) this function should be considered as const (don't modify state of object) if node is not instanced! |
|
TickTask ( |
Ticks this task 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_TASK_NODE_NOTIFY_FLAGS in the constructor of the task will set this flag automatically |
Name | Description | ||
---|---|---|---|
|
DescribeRuntimeValues ( |
Gathers description of all runtime parameters |
|
|
GetInstanceMemorySize() |
Size of instance memory |
|
|
GetStaticDescription() |
Name | Description | ||
---|---|---|---|
|
PostInitProperties() |
Called after the C++ constructor and after the properties have been initialized, including those loaded from config. |
|
|
PostLoad() |
Do any object-specific cleanup required immediately after loading an object. |