MCPcopy Create free account
hub / github.com/FlaxEngine/FlaxEngine / GetStateSize

Method GetStateSize

Source/Engine/AI/BehaviorTreeNodes.cpp:179–182  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

177}
178
179int32 BehaviorTreeSequenceNode::GetStateSize() const
180{
181 return sizeof(State);
182}
183
184void BehaviorTreeSequenceNode::InitState(const BehaviorUpdateContext& context)
185{

Callers 1

SetupRecursiveMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected