FMessageLogModule::IsRegisteredLogListing

Checks to see if a log listing is already registered with the system

Windows
MacOS
Linux

References

Module

MessageLog

Header

/Engine/Source/Developer/MessageLog/Public/MessageLogModule.h

Include

#include "MessageLogModule.h"

Source

/Engine/Source/Developer/MessageLog/Private/MessageLogModule.cpp

Syntax

virtual bool IsRegisteredLogListing
(
    const FName & LogName
) const

Remarks

Checks to see if a log listing is already registered with the system

Returns

true if the log listing is already registered.

Parameters

Parameter

Description

LogName

The name of the log to check.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss