Navigation
API > API/Plugins > API/Plugins/AvalancheMedia
References
| Module | AvalancheMedia |
| Header | /Engine/Plugins/Experimental/Avalanche/Source/AvalancheMedia/Public/AvaMediaSettings.h |
| Include | #include "AvaMediaSettings.h" |
Syntax
USTRUCT ()
struct FAvaMediaLocalPlaybackServerSettings
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bEnableLogConsole | Enable a log console for the local server process. | |
| FString | ExtraCommandLineArguments | Extra command line arguments. | |
| TArray< FAvaPlaybackServerLoggingEntry > | Logging | Which logs to include and with which verbosity level | |
| FIntPoint | Resolution | Main window resolution of the local playback server. | |
| FString | ServerName | Name given to the game mode local playback server started as a separate process. |