Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Source/Editor/SwarmInterface/Public/SwarmInterface.h |
Include |
#include "SwarmInterface.h" |
int32 Log
(
TVerbosityLevel Verbosity,
TLogColour TextColour,
const TCHAR * Message
)
Adds a line of text to the Agent log window
Parameter |
Description |
---|---|
Verbosity |
the importance of this message |
TextColour |
the colour of the text |
Message |
the line of text to add |