Navigation
API > API/Plugins > API/Plugins/EpicStageApp
Generally useful Blueprint/remote functions for Epic Stage App integration.
| Name | UStageAppFunctionLibrary |
| Type | class |
| Header File | /Engine/Plugins/VirtualProduction/EpicStageApp/Source/EpicStageApp/Public/StageAppLibrary.h |
| Include Path | #include "StageAppLibrary.h" |
Syntax
UCLASS ()
class UStageAppFunctionLibrary : public UBlueprintFunctionLibrary
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UBlueprintFunctionLibrary → UStageAppFunctionLibrary
Functions
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static FString GetAPIVersion() |
Get the current semantic version for the stage app API as a formatted string. | StageAppLibrary.h |
|
static int32 GetRemoteControlWebInterfacePort() |
Get the port number used to access the remote control web interface for this engine instance. | StageAppLibrary.h |
|