IStageDataProvider

Interface for the data provider modular feature used in engine.

Windows
MacOS
Linux

Inheritance Hierarchy

IModularFeature

IStageDataProvider

References

Module

StageDataCore

Header

/Engine/Source/Runtime/VirtualProduction/StageDataCore/Public/IStageDataProvider.h

Include

#include "IStageDataProvider.h"

Syntax

class IStageDataProvider : public IModularFeature

Remarks

Interface for the data provider modular feature used in engine. Also contains methods for modules that would like to send data about stage status

Destructors

Name Description

Public function Virtual

~IStageDataProvider()

Functions

Name Description

Public function Static

bool

 

SendMessage

(
    EStageMessageFlags Flags,
    Args&&... args
)

Generic send message to support constructor parameters directly and temp object created

Public function Static

bool

 

SendMessage

(
    EStageMessageFlags Flags,
    MessageType& Message
)

Specialized send message for lvalue type without a temp object

Public function Static

bool

 

SendMessage

(
    EStageMessageFlags Flags,
    MessageType&& Message
)

Specialized send message for rvalue type without a temp object

Protected function

bool

 

SendMessageInternal

(
    FStageDataBaseMessage* Payload,
    UScriptStruct* Type,
    EStageMessageFlags InFlags
)

Method to actually send message from a data provider to monitors

Constants

Name

Description

ModularFeatureName

Name of the DataProvider modular feature

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