UBrainComponent > UActorComponent > UObject
Instanced nodes
Data asset defining the tree
namespace Offsets { namespace Classes { // Inheritance: UBrainComponent > UActorComponent > UObject namespace UBehaviorTreeComponent { constexpr auto NodeInstances = 0x130; // TArray<UBTNode*> constexpr auto DefaultBehaviorTreeAsset = 0x268; // UBehaviorTree* } } }
public static class Offsets { public static class Classes { // Inheritance: UBrainComponent > UActorComponent > UObject public static class UBehaviorTreeComponent { public const UInt16 NodeInstances = 0x130; // TArray<UBTNode*> public const UInt16 DefaultBehaviorTreeAsset = 0x268; // UBehaviorTree* } } }