MCPcopy Create free account
hub / github.com/crazytuzi/UnrealCSharp / ShutdownModule

Method ShutdownModule

Source/UnrealCSharpCore/Private/UnrealCSharpCore.cpp:13–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11}
12
13void FUnrealCSharpCoreModule::ShutdownModule()
14{
15 // This function may be called during shutdown to clean up your module. For modules that support dynamic reloading,
16 // we call this function before unloading the module.
17}
18
19void FUnrealCSharpCoreModule::SetActive(const bool InbIsActive)
20{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected