FVisualLogger::CategorizedLogf

Regular text log.

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Public/VisualLogger/VisualLogger.h

Include

#include "VisualLogger/VisualLogger.h"

Syntax

template<typename FmtType, typename... Types>
static void CategorizedLogf
(
    const UObject * LogOwner,
    const FLogCategoryBase & Category,
    ELogVerbosity::Type Verbosity,
    const FmtType & Fmt,
    Types... Args
)

Remarks

Regular text log.

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