UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FBehaviorTreeSearchUpdateNotify Struct Reference

#include <BehaviorTreeTypes.h>

Public Member Functions

 FBehaviorTreeSearchUpdateNotify ()
 
 FBehaviorTreeSearchUpdateNotify (uint16 InInstanceIndex, EBTNodeResult::Type InNodeResult)
 

Public Attributes

uint16 InstanceIndex
 
TEnumAsByte< EBTNodeResult::TypeNodeResult
 

Detailed Description

instance notify data

Constructor & Destructor Documentation

◆ FBehaviorTreeSearchUpdateNotify() [1/2]

FBehaviorTreeSearchUpdateNotify::FBehaviorTreeSearchUpdateNotify ( )
inline

◆ FBehaviorTreeSearchUpdateNotify() [2/2]

FBehaviorTreeSearchUpdateNotify::FBehaviorTreeSearchUpdateNotify ( uint16  InInstanceIndex,
EBTNodeResult::Type  InNodeResult 
)
inline

Member Data Documentation

◆ InstanceIndex

uint16 FBehaviorTreeSearchUpdateNotify::InstanceIndex

◆ NodeResult

TEnumAsByte<EBTNodeResult::Type> FBehaviorTreeSearchUpdateNotify::NodeResult

The documentation for this struct was generated from the following file: