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

Function Initialize

Source/Engine/Scripting/Plugins/Plugin.h:36–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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.

Callers 3

InitializeMethod · 0.70
SetParentMethod · 0.50
UnmanagedMemoryStreamMethod · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected