FLogCategoryBase::FLogCategoryBase

Constructor, registers with the log suppression system and sets up the default values.

Windows
MacOS
Linux

References

Module

Core

Header

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

Include

#include "Logging/LogCategory.h"

Source

/Engine/Source/Runtime/Core/Private/Logging/LogCategory.cpp

Syntax

FLogCategoryBase
(
    const FLogCategoryName & InCategoryName,
    ELogVerbosity::Type InDefaultVerbosity,
    ELogVerbosity::Type InCompileTimeVerbosity
)

Remarks

Constructor, registers with the log suppression system and sets up the default values.

Parameters

Parameter

Description

CategoryName, name

of the category

InDefaultVerbosity, default

verbosity for the category, may ignored and overrridden by many other mechanisms

InCompileTimeVerbosity, mostly

used to keep the working verbosity in bounds, macros elsewhere actually do the work of stripping compiled out things.

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