| 6 | #define LOCTEXT_NAMESPACE "FUnrealCSharpCoreModule" |
| 7 | |
| 8 | void FUnrealCSharpCoreModule::StartupModule() |
| 9 | { |
| 10 | // This code will execute after your module is loaded into memory; the exact timing is specified in the .uplugin file per-module |
| 11 | } |
| 12 | |
| 13 | void FUnrealCSharpCoreModule::ShutdownModule() |
| 14 | { |
nothing calls this directly
no outgoing calls
no test coverage detected