FMsg::Logf

Log function

Windows
MacOS
Linux

References

Module

Core

Header

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

Include

#include "Logging/LogMacros.h"

Syntax

template<typename FmtType, typename... Types>
static void Logf
(
    const ANSICHAR * File,
    int32 Line,
    const FLogCategoryName & Category,
    ELogVerbosity::Type Verbosity,
    const FmtType & Fmt,
    Types... Args
)

Remarks

Log function

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