FMsg::SendNotificationStringf

Sends a formatted message to a remote tool.

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 SendNotificationStringf
(
    const FmtType & Fmt,
    Types... Args
)

Remarks

Sends a formatted message to a remote tool.

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