Navigation
API > API/Runtime > API/Runtime/TraceBasedDebuggers
Structure containing the details necessary to connect to a relay instance
| Name | FRelayConnectionInfo |
| Type | struct |
| Header File | /Engine/Source/Runtime/Experimental/TraceBasedDebuggers/Public/TraceDataRelayTransport.h |
| Include Path | #include "TraceDataRelayTransport.h" |
Syntax
USTRUCT ()
struct FRelayConnectionInfo
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Address | FString | Relay IP address | TraceDataRelayTransport.h | |
| CertificateAuthority | TArray< uint8 > | Encoded SSL certificate | TraceDataRelayTransport.h | |
| Port | uint16 | Relay port | TraceDataRelayTransport.h |