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

Function InitState

Source/Engine/AI/BehaviorTreeNode.h:58–60  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

56 /// </summary>
57 /// <param name="context">Behavior update context data.</param>
58 API_FUNCTION() virtual void InitState(const BehaviorUpdateContext& context)
59 {
60 }
61
62 /// <summary>
63 /// Cleanups node instance state. Called when stopping logic simulation for a given behavior. Call destructor of the state container.

Callers 1

BecomeRelevantMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected