Navigation
API > API/Runtime > API/Runtime/Core
FMsg This struct contains functions for messaging with tools or debug logs.
| Name | FMsg |
| Type | struct |
| Header File | /Engine/Source/Runtime/Core/Public/Logging/LogMacros.h |
| Include Path | #include "Logging/LogMacros.h" |
Syntax
struct FMsg
Functions
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static void Logf
(
const ANSICHAR* File, |
Log function | Logging/LogMacros.h | |
static void Logf_Internal
(
const ANSICHAR* File, |
Internal version of log function. | Logging/LogMacros.h | |
static void Logf_InternalImpl
(
const ANSICHAR* File, |
Logging/LogMacros.h | ||
static void LogfImpl
(
const ANSICHAR* File, |
Logging/LogMacros.h | ||
static void LogfImplV
(
const ANSICHAR* File, |
Logging/LogMacros.h | ||
static void LogV
(
const ANSICHAR* File, |
Logging/LogMacros.h | ||
static void SendNotificationString
(
const TCHAR* Message |
Sends a message to a remote tool. | Logging/LogMacros.h | |
static void SendNotificationStringf
(
const FmtType& Fmt, |
Sends a formatted message to a remote tool. | Logging/LogMacros.h | |
static void SendNotificationStringfImpl
(
const TCHAR* Fmt, |
Sends a formatted message to a remote tool. | Logging/LogMacros.h |