![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <BehaviorTreeComponent.h>
Public Member Functions | |
| FBranchActionInfo (const EBTBranchAction InAction) | |
| FBranchActionInfo (const UBTNode *InNode, const EBTBranchAction InAction) | |
| FBranchActionInfo (const UBTNode *InNode, EBTNodeResult::Type InContinueWithResult, const EBTBranchAction InAction) | |
Public Attributes | |
| TObjectPtr< const UBTNode > | Node = nullptr |
| EBTNodeResult::Type | ContinueWithResult = EBTNodeResult::Succeeded |
| EBTBranchAction | Action |
|
inline |
|
inline |
|
inline |
| EBTBranchAction UBehaviorTreeComponent::FBranchActionInfo::Action |
| EBTNodeResult::Type UBehaviorTreeComponent::FBranchActionInfo::ContinueWithResult = EBTNodeResult::Succeeded |
| TObjectPtr<const UBTNode> UBehaviorTreeComponent::FBranchActionInfo::Node = nullptr |