Navigation
API > API/Plugins > API/Plugins/StageDataProvider
Interface for the stage data provider module.
| Name | IStageDataProviderModule |
| Type | class |
| Header File | /Engine/Plugins/VirtualProduction/StageMonitoring/Source/StageDataProvider/Public/IStageDataProviderModule.h |
| Include Path | #include "IStageDataProviderModule.h" |
Syntax
class IStageDataProviderModule : public IModuleInterface
Implements Interfaces
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~IStageDataProviderModule() |
IStageDataProviderModule.h |
Constants
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| ModuleName | const FName | IStageDataProviderModule.h |
Functions
Public
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static IStageDataProviderModule & Get () |
Singleton-like access to this module's interface. | IStageDataProviderModule.h | |
static bool IsAvailable () |
Checks to see if this module is loaded and ready. | IStageDataProviderModule.h |