TraceServices::ENetProfilerChannelCloseReason

Mirrored from EChannelCloseReason on the runtime side.

Unreal Engine C++ API Reference > Developer > TraceServices > TraceServices > Model

References

   
Module TraceServices
Header /Engine/Source/Developer/TraceServices/Public/TraceServices/Model/NetProfiler.h
Include #include "TraceServices/Model/NetProfiler.h"

Syntax

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

Values

Name Description
Destroyed  
Dormancy  
LevelUnloaded  
Relevancy  
TearOff  

Remarks

Mirrored from EChannelCloseReason on the runtime side.


Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library