| 11 | } |
| 12 | |
| 13 | void 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 | |
| 19 | void FUnrealCSharpCoreModule::SetActive(const bool InbIsActive) |
| 20 | { |
nothing calls this directly
no outgoing calls
no test coverage detected