| 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. |