Navigation
API > API/Plugins > API/Plugins/AvalancheMedia > API/Plugins/AvalancheMedia/ModularFeature
References
| Module | AvalancheMedia |
| Header | /Engine/Plugins/Experimental/Avalanche/Source/AvalancheMedia/Public/ModularFeature/AvaMediaSyncProviderFeatureTypes.h |
| Include | #include "ModularFeature/AvaMediaSyncProviderFeatureTypes.h" |
Syntax
USTRUCT ()
struct FAvaMediaSyncConnectionInfo
Remarks
Holds data about local project (such as Message Address Ids, Project Name, Hostname, InstanceId, etc.)
Variables
| Type | Name | Description | |
|---|---|---|---|
| int32 | EngineVersion | Holds the engine version checksum | |
| FString | HostName | The hostname this message was generated from | |
| FGuid | InstanceId | Holds the instance identifier | |
| EAvaMediaSyncEngineType | InstanceType | Holds the type of the engine instance | |
| FString | ProjectDir | The unreal project directory this message was generated from | |
| FString | ProjectName | The unreal project name this message was generated from | |
| FGuid | SessionId | Holds the identifier of the session that the application belongs to |
Constructors
| Type | Name | Description | |
|---|---|---|---|
| Default constructor |