UBehaviorTreeManager::InitializeMemoryHelper

Helper function for sorting and aligning node memory

Windows
MacOS
Linux

References

Module

AIModule

Header

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

Include

#include "BehaviorTree/BehaviorTreeManager.h"

Source

/Engine/Source/Runtime/AIModule/Private/BehaviorTree/BehaviorTreeManager.cpp

Syntax

static void InitializeMemoryHelper
(
    const TArray< UBTDecorator * > & Nodes,
    TArray< uint16 > & MemoryOffsets,
    int32 & MemorySize,
    bool bForceInstancing
)

Remarks

Helper function for sorting and aligning node memory

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