![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include "Containers/UnrealString.h"#include "Misc/Guid.h"#include "ChaosVDRecordingDetails.generated.h"Go to the source code of this file.
Classes | |
| struct | FChaosVDStartRecordingCommandMessage |
| struct | FChaosVDTraceDetails |
Enumerations | |
| enum class | EChaosVDRecordingMode : uint8 { Invalid , Live , File } |
| enum class | EChaosVDTransportMode : uint8 { Invalid , FileSystem , TraceServer , Direct , Relay } |
|
strong |
|
strong |
Available transport modes for CVD Trace Data
| Enumerator | |
|---|---|
| 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 |