Navigation
API > API/Plugins > API/Plugins/EpicStageApp
Global settings for Epic Stage App integration.
| Name | UStageAppSettings |
| Type | class |
| Header File | /Engine/Plugins/VirtualProduction/EpicStageApp/Source/EpicStageApp/Public/StageAppSettings.h |
| Include Path | #include "StageAppSettings.h" |
Syntax
UCLASS (Config=Engine)
class UStageAppSettings : public UDeveloperSettings
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UDeveloperSettings → UStageAppSettings
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| DiscoveryEndpoint | FString | The IP endpoint to listen to for app discovery messages. | StageAppSettings.h |
|
| DiscoveryPort | int32 | The port to listen to for app discovery messages. | StageAppSettings.h |
|
| DiscoverySocketWaitTime | float | How many seconds to wait for app discovery messages. | StageAppSettings.h |
|
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual FName GetCategoryName() |
StageAppSettings.h | ||
virtual FName GetContainerName() |
StageAppSettings.h | ||
virtual FName GetSectionName() |
StageAppSettings.h | ||
virtual FText GetSectionText() |
StageAppSettings.h |