| 34 | /// Initialization method called when this plugin is loaded to the memory and can be used. |
| 35 | /// </summary> |
| 36 | API_FUNCTION() virtual void Initialize() |
| 37 | { |
| 38 | } |
| 39 | |
| 40 | /// <summary> |
| 41 | /// Cleanup method called when this plugin is being unloaded or reloaded or engine is closing. |
no outgoing calls
no test coverage detected