Navigation
API > API/Runtime > API/Runtime/ChaosVDRuntime
Structure containing the info necessary to connect to a trace session and start receiving data
| Name | FChaosVDTraceDetails |
| Type | struct |
| Header File | /Engine/Source/Runtime/Experimental/ChaosVisualDebugger/Public/ChaosVDRecordingDetails.h |
| Include Path | #include "ChaosVDRecordingDetails.h" |
Syntax
USTRUCT ()
struct FChaosVDTraceDetails
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| ChaosVDRecordingDetails.h | |||
PRAGMA_DISABLE_DEPRECATION_WARNINGS FChaosVDTraceDetails
(
const FChaosVDTraceDetails& Other |
ChaosVDRecordingDetails.h | ||
FChaosVDTraceDetails
(
FChaosVDTraceDetails&& Other |
ChaosVDRecordingDetails.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bIsConnected | bool | ChaosVDRecordingDetails.h | ||
| bIsValid | bool | ChaosVDRecordingDetails.h | ||
| CertAuth | TArray< uint8 > | Encoded SSL certificate for the trace connection, if any | ChaosVDRecordingDetails.h | |
| Mode | EChaosVDRecordingMode | Which recording mode is being used by this session (Live or File) | ChaosVDRecordingDetails.h | |
| Port | uint16 | ChaosVDRecordingDetails.h | ||
| SessionGuid | FGuid | ID from the CVD remote session from which this connection details come from | ChaosVDRecordingDetails.h | |
| TraceGuid | FGuid | ID used to find the active trace session in the trace system | ChaosVDRecordingDetails.h | |
| TraceTarget | FString | Address of the trace server or editor in direct trace mode that will receive the trace data | ChaosVDRecordingDetails.h | |
| TransportMode | EChaosVDTransportMode | How the data is being transported to the editor (Trace Server, Custom Relay, Direct, etc.) | ChaosVDRecordingDetails.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool IsValid() |
ChaosVDRecordingDetails.h | ||
void MarkAsValid() |
ChaosVDRecordingDetails.h |
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FChaosVDTraceDetails & operator=
(
const FChaosVDTraceDetails& Other |
ChaosVDRecordingDetails.h | ||
FChaosVDTraceDetails & operator=
(
FChaosVDTraceDetails&& Other |
ChaosVDRecordingDetails.h |