NSwarm::TLogColour

Available colours used in log text.

Windows
MacOS
Linux

References

Module

SwarmInterface

Header

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

Include

#include "SwarmDefines.h"

Syntax

namespace NSwarm
{
    enum TLogColour
    {
        LOGCOLOUR_Green     = 0,
        LOGCOLOUR_Red,
        LOGCOLOUR_Orange,
        LOGCOLOUR_Blue,
    }
}

Values

Name

Description

LOGCOLOUR_Green

LOGCOLOUR_Red

LOGCOLOUR_Orange

LOGCOLOUR_Blue

Remarks

Available colours used in log text.

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