Skip to content

Behavior Tree Entity Blueprint

Pavle edited this page Dec 4, 2021 · 1 revision
struct SBehaviorTreeInfo
{
    TArray<SBehaviorTreeEntityReference> m_references;
    TArray<SBehaviorTreeInputPinCondition> m_inputPinConditions;
};
Clone this wiki locally