NSwarm::TVerbosityLevel

The level of debug info spewed to the log files

Windows
MacOS
Linux

References

Module

SwarmInterface

Header

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

Include

#include "SwarmDefines.h"

Syntax

namespace NSwarm
{
    enum TVerbosityLevel
    {
        VERBOSITY_Silent          = 0,
        VERBOSITY_Critical,
        VERBOSITY_Simple,
        VERBOSITY_Informative,
        VERBOSITY_Complex,
        VERBOSITY_Verbose,
        VERBOSITY_ExtraVerbose,
        VERBOSITY_SuperVerbose,
    }
}

Values

Name

Description

VERBOSITY_Silent

VERBOSITY_Critical

VERBOSITY_Simple

VERBOSITY_Informative

VERBOSITY_Complex

VERBOSITY_Verbose

VERBOSITY_ExtraVerbose

VERBOSITY_SuperVerbose

Remarks

The level of debug info spewed to the log files

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