MCPcopy Create free account
hub / github.com/Sixze/ALS-Refactored / ShutdownModule

Method ShutdownModule

Source/ALSCamera/Private/AlsCameraModule.cpp:20–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18}
19
20void 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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected