Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Source/Runtime/AIModule/Classes/BehaviorTree/Tasks/BTTask_Wait.h |
Include |
#include "BehaviorTree/Tasks/BTTask_Wait.h" |
class UBTTask_Wait : public UBTTaskNode
Wait task node. Wait for the specified time when executed.
Name | Description | ||
---|---|---|---|
|
float |
RandomDeviation |
Allows adding random time to wait time |
|
float |
WaitTime |
Wait time in seconds |
Name | Description | |
---|---|---|
|
UBTTask_Wait ( |
Name | Description | ||
---|---|---|---|
|
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 |
|
|
GetNodeIconName() |
Get the name of the icon used to display this node in the editor |
|
|
GetStaticDescription() |