Navigation
API > API/Plugins > API/Plugins/EpicStageApp
Holds info about a version of the stage app API.
| Name | FEpicStageAppAPIVersion |
| Type | struct |
| Header File | /Engine/Plugins/VirtualProduction/EpicStageApp/Source/EpicStageApp/Public/StageAppVersion.h |
| Include Path | #include "StageAppVersion.h" |
Syntax
struct FEpicStageAppAPIVersion
Constants
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| Major | const uint16 | The major component of the current version. | StageAppVersion.h |
| Minor | const uint16 | The minor component of the current version. | StageAppVersion.h |
| Patch | const uint16 | The patch component of the current version. | StageAppVersion.h |