Navigation
| Name | StageMonitor |
| Type | Plugin |
| Part of Plugins | Stage Monitor |
| Location | /Engine/Plugins/VirtualProduction/StageMonitoring/Source/StageMonitor/ |
| Module Build Rules | StageMonitor.Build.cs |
Structs
| Name | Remarks |
|---|---|
| FStageDataEntry | Data entry containing data received from a provider |
| FStageSessionProviderEntry | Entry corresponding to a provider we are monitoring Contains information related to the provider so we can communicate with it and more dynamic information like last communication received |
Interfaces
| Name | Remarks |
|---|---|
| IStageMonitor | Interface for the stage monitor. Users can get the instance from the stage monitor module |
| IStageMonitorModule | |
| IStageMonitorSession | Interface describing a session of data received by the monitor Can be exported and reimported for future analysis |
| IStageMonitorSessionManager |
Enums
Public
| Name | Remarks |
|---|---|
| EGetProviderFlags | Flags controlling the behavior of struct serializer backends. |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool operator!
(
EGetProviderFlags E |
IStageMonitorSession.h | ||
EGetProviderFlags operator&
(
EGetProviderFlags Lhs, |
IStageMonitorSession.h | ||
EGetProviderFlags & operator&=
(
EGetProviderFlags& Lhs, |
IStageMonitorSession.h | ||
EGetProviderFlags operator^
(
EGetProviderFlags Lhs, |
IStageMonitorSession.h | ||
EGetProviderFlags & operator^=
(
EGetProviderFlags& Lhs, |
IStageMonitorSession.h | ||
EGetProviderFlags operator|
(
EGetProviderFlags Lhs, |
IStageMonitorSession.h | ||
EGetProviderFlags & operator|=
(
EGetProviderFlags& Lhs, |
IStageMonitorSession.h | ||
EGetProviderFlags operator~
(
EGetProviderFlags E |
IStageMonitorSession.h |