MCPcopy Create free account
hub / github.com/NotYetGames/DlgSystem / GetMessageLogModule

Method GetMessageLogModule

Source/DlgSystem/Private/Logging/INYLogger.cpp:77–80  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

75
76#if WITH_UNREAL_DEVELOPER_TOOLS
77FMessageLogModule* INYLogger::GetMessageLogModule()
78{
79 return FModuleManager::LoadModulePtr<FMessageLogModule>("MessageLog");
80}
81#endif // WITH_UNREAL_DEVELOPER_TOOLS
82
83bool INYLogger::IsMessageLogNameRegistered(FName LogName)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected