Navigation
API > API/Plugins > API/Plugins/StageMonitor
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
| Name | FStageSessionProviderEntry |
| Type | struct |
| Header File | /Engine/Plugins/VirtualProduction/StageMonitoring/Source/StageMonitor/Public/IStageMonitorSession.h |
| Include Path | #include "IStageMonitorSession.h" |
Syntax
USTRUCT ()
struct FStageSessionProviderEntry
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FStageSessionProviderEntry() |
IStageMonitorSession.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Address | FMessageAddress | Address of this provider | IStageMonitorSession.h | |
| Descriptor | FStageInstanceDescriptor | Detailed descriptor | IStageMonitorSession.h | |
| Identifier | FGuid | Identifier of this provider | IStageMonitorSession.h | |
| LastReceivedMessageTime | double | Timestamp when last message was received based on FApp::GetCurrentTime | IStageMonitorSession.h | |
| State | EStageDataProviderState | State of this provider based on message reception | IStageMonitorSession.h |
Functions
Public
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool operator!=
(
const FStageSessionProviderEntry& Other |
IStageMonitorSession.h | ||
bool operator==
(
const FStageSessionProviderEntry& Other |
IStageMonitorSession.h |