Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
179
int32 BehaviorTreeSequenceNode::GetStateSize() const
180
{
181
return sizeof(State);
182
}
183
184
void BehaviorTreeSequenceNode::InitState(const BehaviorUpdateContext& context)
185
{
Callers
1
SetupRecursive
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected