StageMonitor

Windows
MacOS
Linux

Classes

Name

Description

Public struct

FStageDataEntry

Data entry containing data received from a provider

Public struct UStruct

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

Public class

IStageMonitor

Interface for the stage monitor. Users can get the instance from the stage monitor module

Public class

IStageMonitorModule

Public class

IStageMonitorSession

Interface describing a session of data received by the monitor Can be exported and reimported for future analysis

Public class

IStageMonitorSessionManager

Enums

Name

Description

Public enum

EGetProviderFlags

Flags controlling the behavior of struct serializer backends.

Functions

Name Description

Public function

constexpr bo...

 

operator!

(
    EGetProviderFlags E
)

Public function

constexpr EG...

 

operator&

(
    EGetProviderFlags Lhs,
    EGetProviderFlags Rhs
)

Public function

EGetProvider...

 

operator&=

(
    EGetProviderFlags& Lhs,
    EGetProviderFlags Rhs
)

Public function

constexpr EG...

 

operator^

(
    EGetProviderFlags Lhs,
    EGetProviderFlags Rhs
)

Public function

EGetProvider...

 

operator^=

(
    EGetProviderFlags& Lhs,
    EGetProviderFlags Rhs
)

Public function

constexpr EG...

 

operator|

(
    EGetProviderFlags Lhs,
    EGetProviderFlags Rhs
)

Public function

EGetProvider...

 

operator|=

(
    EGetProviderFlags& Lhs,
    EGetProviderFlags Rhs
)

Public function

constexpr EG...

 

operator~

(
    EGetProviderFlags E
)

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss