Choose your operating system:
Windows
macOS
Linux
| UObjectBase
|
Module |
|
Header |
/Engine/Source/Runtime/AIModule/Classes/BehaviorTree/Tasks/BTTask_MakeNoise.h |
Include |
#include "BehaviorTree/Tasks/BTTask_MakeNoise.h" |
class UBTTask_MakeNoise : public UBTTaskNode
Make Noise task node. A task node that calls MakeNoise() on this Pawn when executed.
Name | Description | ||
---|---|---|---|
|
float |
Loudnes |
Loudnes of generated noise |
Name | Description | |
---|---|---|
|
UBTTask_MakeNoise ( |
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! |
Name | Description | ||
---|---|---|---|
|
GetNodeIconName() |
Get the name of the icon used to display this node in the editor |