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

#include <BehaviorTreeComponent.h>

Public Member Functions

 FBTTreeStartInfo ()
 
bool IsSet () const
 
bool HasPendingInitialize () const
 

Public Attributes

UBehaviorTreeAsset
 
EBTExecutionMode::Type ExecuteMode
 
uint8 bPendingInitialize: 1
 

Constructor & Destructor Documentation

◆ FBTTreeStartInfo()

FBTTreeStartInfo::FBTTreeStartInfo ( )
inline

Member Function Documentation

◆ HasPendingInitialize()

bool FBTTreeStartInfo::HasPendingInitialize ( ) const
inline

◆ IsSet()

bool FBTTreeStartInfo::IsSet ( ) const
inline

Member Data Documentation

◆ Asset

UBehaviorTree* FBTTreeStartInfo::Asset

◆ bPendingInitialize

uint8 FBTTreeStartInfo::bPendingInitialize

◆ ExecuteMode

EBTExecutionMode::Type FBTTreeStartInfo::ExecuteMode

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