| 18 | } |
| 19 | |
| 20 | void FAlsCameraModule::ShutdownModule() |
| 21 | { |
| 22 | #if ALLOW_CONSOLE |
| 23 | UConsole::RegisterConsoleAutoCompleteEntries.RemoveAll(this); |
| 24 | #endif |
| 25 | |
| 26 | IModuleInterface::ShutdownModule(); |
| 27 | } |
| 28 | |
| 29 | #if ALLOW_CONSOLE |
| 30 | // ReSharper disable once CppMemberFunctionMayBeStatic |
nothing calls this directly
no outgoing calls
no test coverage detected