Navigation
API > API/Plugins > API/Plugins/EpicStageApp
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UDeveloperSettings
- UStageAppSettings
References
| Module | EpicStageApp |
| Header | /Engine/Plugins/VirtualProduction/EpicStageApp/Source/EpicStageApp/Public/StageAppSettings.h |
| Include | #include "StageAppSettings.h" |
Syntax
UCLASS&40;Config&61;Engine&41;
class UStageAppSettings : public UDeveloperSettings
Remarks
Global settings for Epic Stage App integration.
Variables
| Type | Name | Description | |
|---|---|---|---|
| FString | DiscoveryEndpoint | The IP endpoint to listen to for app discovery messages. | |
| int32 | DiscoveryPort | The port to listen to for app discovery messages. | |
| float | DiscoverySocketWaitTime | How many seconds to wait for app discovery messages. |
Overridden from UDeveloperSettings
| Type | Name | Description | |
|---|---|---|---|
| FName | Gets the category for the settings, some high level grouping like, Editor, Engine, Game...etc. | ||
| FName | Gets the settings container name for the settings, either Project or Editor | ||
| FName | The unique name for your section of settings, uses the class's FName. | ||
| FText | Gets the section text, uses the classes DisplayName by default. |