FLogCategory

Template for log categories that transfers the compile-time constant default and compile time verbosity to the [FLogCategoryBase](API\Runtime\Core\Logging\FLogCategoryBase) constructor.

Windows
MacOS
Linux

Inheritance Hierarchy

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/Logging/LogCategory.h

Include

#include "Logging/LogCategory.h"

Syntax

template<uint8 InDefaultVerbosity, uint8 InCompileTimeVerbosity>
struct FLogCategory : public FLogCategoryBase

Remarks

Template for log categories that transfers the compile-time constant default and compile time verbosity to the FLogCategoryBase constructor.

Constructors

Name Description

Public function

FLogCategory

(
    const FLogCategoryName& InCategory...
)

Constants

Name

Description

CompileTimeVerbosity

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