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

Method Clear

Source/Engine/AI/BehaviorTree.cpp:41–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39}
40
41void BehaviorTreeGraph::Clear()
42{
43 VisjectGraph<BehaviorTreeGraphNode>::Clear();
44
45 Root = nullptr;
46 NodesCount = 0;
47 NodesStatesSize = 0;
48}
49
50bool BehaviorTreeGraph::onNodeLoaded(Node* n)
51{

Callers 8

FreeMemoryMethod · 0.45
ExecuteMethod · 0.45
DeserializeMethod · 0.45
UpdateMethod · 0.45
unloadMethod · 0.45
SetupMethod · 0.45
unloadMethod · 0.45
Base_InitMethod · 0.45

Calls 1

ClearFunction · 0.50

Tested by

no test coverage detected