Navigation
API > API/Runtime > API/Runtime/ChaosVDRuntime
Available transport modes for CVD Trace Data
| Name | EChaosVDTransportMode |
| Type | enum |
| Header File | /Engine/Source/Runtime/Experimental/ChaosVisualDebugger/Public/ChaosVDRecordingDetails.h |
| Include Path | #include "ChaosVDRecordingDetails.h" |
Syntax
enum EChaosVDTransportMode
{
Invalid,
FileSystem,
TraceServer,
Direct,
Relay,
}
Values
| Name | Remarks |
|---|---|
| Invalid | |
| FileSystem | The data will be traced directly to a file in the local file system |
| TraceServer | Data will be traced to the selected trace store server |
| Direct | Data will be traced directly to the editor, accessible via sockets |
| Relay | Data will be traced via the trace relay system using a custom transport, like normal UE Networking or a direct socket connection |