FBehaviorTreeInstanceId

Identifier of subtree instance

Windows
MacOS
Linux

References

Module

AIModule

Header

/Engine/Source/Runtime/AIModule/Classes/BehaviorTree/BehaviorTreeTypes.h

Include

#include "BehaviorTree/BehaviorTreeTypes.h"

Syntax

struct FBehaviorTreeInstanceId

Remarks

Identifier of subtree instance

Variables

Name Description

Public variable

int32

 

FirstNodeInstance

Index of first node instance (BehaviorTreeComponent.NodeInstances)

Public variable

TArray< uint8 >

 

InstanceMemory

Persistent instance memory

Public variable

TArray< uint16 ...

 

Path

Execution index path from root

Public variable

UBTCompositeNod...

 

RootNode

Root node in template for cleanup purposes

Public variable

UBehaviorTree &...

 

TreeAsset

Behavior tree asset

Constructors

Name Description

Public function

FBehaviorTreeInstanceId()

Operators

Name Description

Public function Const

bool

 

operator==

(
    const FBehaviorTreeInstanceId& Oth...
)

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss