FMsg::Logf_Internal

Internal version of 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_Internal
(
    const ANSICHAR * File,
    int32 Line,
    const FLogCategoryName & Category,
    ELogVerbosity::Type Verbosity,
    const FmtType & Fmt,
    Types... Args
)

Remarks

Internal version of log function. Should be used only in logging macros, as it relies on caller to call assert on fatal error

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