Trace::ENetProfilerChannelCloseReason

Mirrored from EChannelCloseReason on the runtime side.

Windows
MacOS
Linux

References

Module

TraceServices

Header

/Engine/Source/Developer/TraceServices/Public/TraceServices/Model/NetProfiler.h

Include

#include "TraceServices/Model/NetProfiler.h"

Syntax

namespace Trace
{
    enum ENetProfilerChannelCloseReason
    {
        Destroyed        = 0,
        Dormancy,
        LevelUnloaded,
        Relevancy,
        TearOff,
    }
}

Values

Name

Description

Destroyed

Dormancy

LevelUnloaded

Relevancy

TearOff

Remarks

Mirrored from EChannelCloseReason on the runtime side.

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