| 36 | } |
| 37 | |
| 38 | void FAlsModule::ShutdownModule() |
| 39 | { |
| 40 | #if ALLOW_CONSOLE |
| 41 | UConsole::RegisterConsoleAutoCompleteEntries.RemoveAll(this); |
| 42 | #endif |
| 43 | |
| 44 | IModuleInterface::ShutdownModule(); |
| 45 | } |
| 46 | |
| 47 | #if ALLOW_CONSOLE |
| 48 | // ReSharper disable once CppMemberFunctionMayBeStatic |
nothing calls this directly
no outgoing calls
no test coverage detected