FI3DHConnectOptions Struct Reference

instant3Dhub: FI3DHConnectOptions Struct Reference
instant3Dhub
FI3DHConnectOptions Struct Reference

#include "I3DHConnector.h"

+ Collaboration diagram for FI3DHConnectOptions:

Detailed Description

Contains optional parameters for connecting to the hub.

See also
AI3DHConnector::ConnectToHubWithOptions()

Public Attributes

FString SessionId
 
FString RestoreSessionId
 

Member Data Documentation

◆ RestoreSessionId

FString FI3DHConnectOptions::RestoreSessionId

Identifier of a stored session.

If set, SessionId must be empty. In this case the newly created session will be initialized from the stored session.

Must include the "urn:X-i3d:session:" prefix.

Incompatible with SessionId.

◆ SessionId

FString FI3DHConnectOptions::SessionId

If set, connect to the specified session.

If empty, a new empty session will be created and the id can be queried with AI3DHConnector::GetSessionId() after the connection has been established.

Incompatible with RestoreSessionId.


The documentation for this struct was generated from the following file: