FRemoteControlLogger::Log

Log the message

Windows
MacOS
Linux

References

Module

RemoteControl

Header

/Engine/Plugins/VirtualProduction/RemoteControl/Source/RemoteControl/Public/RemoteControlLogger.h

Include

#include "RemoteControlLogger.h"

Source

/Engine/Plugins/VirtualProduction/RemoteControl/Source/RemoteControl/Private/RemoteControlLogger.cpp

Syntax

void Log
(
    const FName & InputType,
    FLogCallback InLogTextCallback,
    EVerbosityLevel Verbosity
)

Remarks

Log the message

Parameters

Parameter

Description

InputType

Type of the log, protocol, api, webapi

InLogTextCallback

Log callback which should return the Text to log

Verbosity

Log level

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