Navigation
Unreal Engine C++ API Reference > Runtime > StageDataCore
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
Type | Name | Description | |
---|---|---|---|
Functions
Type | Name | Description | |
---|---|---|---|
bool | SendMessage
(
EStageMessageFlags Flags, |
Generic send message to support constructor parameters directly and temp object created | |
bool | SendMessage
(
EStageMessageFlags Flags, |
Specialized send message for lvalue type without a temp object | |
bool | SendMessage
(
EStageMessageFlags Flags, |
Specialized send message for rvalue type without a temp object | |
bool | SendMessageInternal
(
FStageDataBaseMessage* Payload, |
Method to actually send message from a data provider to monitors |
Constants
Name | Description |
---|---|
ModularFeatureName | Name of the DataProvider modular feature |