UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FMsg Struct Reference

#include <LogMacros.h>

Static Public Member Functions

static CORE_API void SendNotificationString (const TCHAR *Message)
 
template<typename FmtType , typename... Types>
static void SendNotificationStringf (const FmtType &Fmt, Types... Args)
 
template<typename FmtType , typename... Types>
static void Logf (const ANSICHAR *File, int32 Line, const FLogCategoryName &Category, ELogVerbosity::Type Verbosity, const FmtType &Fmt, Types... Args)
 
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)
 
static CORE_API void LogV (const ANSICHAR *File, int32 Line, const FLogCategoryName &Category, ELogVerbosity::Type Verbosity, const TCHAR *Fmt, va_list Args)
 

Detailed Description

FMsg This struct contains functions for messaging with tools or debug logs.

Member Function Documentation

◆ Logf()

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

Log function

◆ Logf_Internal()

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

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

◆ LogV()

void FMsg::LogV ( const ANSICHAR File,
int32  Line,
const FLogCategoryName Category,
ELogVerbosity::Type  Verbosity,
const TCHAR Fmt,
va_list  Args 
)
static

◆ SendNotificationString()

void FMsg::SendNotificationString ( const TCHAR Message)
static

Sends a message to a remote tool.

◆ SendNotificationStringf()

template<typename FmtType , typename... Types>
static void FMsg::SendNotificationStringf ( const FmtType Fmt,
Types...  Args 
)
inlinestatic

Sends a formatted message to a remote tool.


The documentation for this struct was generated from the following files: