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

Method ShutdownModule

Source/ALS/Private/AlsModule.cpp:38–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36}
37
38void 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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected