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

Function Init

Source/Engine/AI/BehaviorTreeNode.h:42–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40 /// </summary>
41 /// <param name="tree">Node owner asset.</param>
42 API_FUNCTION() virtual void Init(BehaviorTree* tree)
43 {
44 }
45
46 /// <summary>
47 /// Gets the node instance state size. A chunk of the valid memory is passed via InitState to setup that memory chunk (one per-behavior).

Callers 15

SUBOBJECT_HELPER_BASEMethod · 0.50
InitMethod · 0.50
InitMethod · 0.50
InitMethod · 0.50
InitMethod · 0.50
InitMethod · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected