Navigation
API > API/Developer > API/Developer/TraceServices
Mirrored from EChannelCloseReason on the runtime side.
| Name | TraceServices::ENetProfilerChannelCloseReason |
| Type | enum |
| Header File | /Engine/Source/Developer/TraceServices/Public/TraceServices/Model/NetProfiler.h |
| Include Path | #include "TraceServices/Model/NetProfiler.h" |
Syntax
namespace TraceServices
{
enum ENetProfilerChannelCloseReason
{
Destroyed = 0,
Dormancy,
LevelUnloaded,
Relevancy,
TearOff,
}
}
Values
| Name | Remarks |
|---|---|
| Destroyed | |
| Dormancy | |
| LevelUnloaded | |
| Relevancy | |
| TearOff |