FSwarmInterface::Log

Adds a line of text to the Agent log window

Choose your operating system:

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