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

#include <BehaviorTreeTypes.h>

Public Member Functions

 FBehaviorTreePropertyMemory ()
 
 FBehaviorTreePropertyMemory (int32 Value)
 
int32 Pack () const
 

Public Attributes

uint16 Offset
 
uint16 BlockSize
 

Detailed Description

property block in blueprint defined nodes

Constructor & Destructor Documentation

◆ FBehaviorTreePropertyMemory() [1/2]

FBehaviorTreePropertyMemory::FBehaviorTreePropertyMemory ( )
inline

◆ FBehaviorTreePropertyMemory() [2/2]

FBehaviorTreePropertyMemory::FBehaviorTreePropertyMemory ( int32  Value)
inline

Member Function Documentation

◆ Pack()

int32 FBehaviorTreePropertyMemory::Pack ( ) const
inline

Member Data Documentation

◆ BlockSize

uint16 FBehaviorTreePropertyMemory::BlockSize

◆ Offset

uint16 FBehaviorTreePropertyMemory::Offset

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