Navigation
API > API/Runtime > API/Runtime/AIModule > API/Runtime/AIModule/UBTDecorator_KeepInCone
Description
Tick function 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_AUXILIARY_NODE_NOTIFY_FLAGS in the constructor of the node will set this flag automatically
Virtual Inheritance
- UBTAuxiliaryNode::TickNode → UBTDecorator_KeepInCone::TickNode
| Name | TickNode |
| Type | function |
| Header File | /Engine/Source/Runtime/AIModule/Classes/BehaviorTree/Decorators/BTDecorator_KeepInCone.h |
| Include Path | #include "BehaviorTree/Decorators/BTDecorator_KeepInCone.h" |
| Source | /Engine/Source/Runtime/AIModule/Private/BehaviorTree/Decorators/BTDecorator_KeepInCone.cpp |
virtual void TickNode
(
UBehaviorTreeComponent & OwnerComp,
uint8 * NodeMemory,
float DeltaSeconds
)