FSwarmInterface::Log

Adds a line of text to the Agent log window

Windows
MacOS
Linux

References

Module

SwarmInterface

Header

/Engine/Source/Editor/SwarmInterface/Public/SwarmInterface.h

Include

#include "SwarmInterface.h"

Syntax

int32 Log
(
    TVerbosityLevel Verbosity,
    TLogColour TextColour,
    const TCHAR * Message
)

Remarks

Adds a line of text to the Agent log window

Parameters

Parameter

Description

Verbosity

the importance of this message

TextColour

the colour of the text

Message

the line of text to add

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