| 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). |
no outgoing calls
no test coverage detected