Navigation
API > API/Plugins > API/Plugins/DecoupledOutputProvider
Exposes certain data and manages the call to the super function.
| Name | IOutputProviderEvent |
| Type | class |
| Header File | /Engine/Plugins/VirtualProduction/VirtualCameraCore/Source/DecoupledOutputProvider/Public/IOutputProviderLogic.h |
| Include Path | #include "IOutputProviderLogic.h" |
Syntax
class IOutputProviderEvent
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~IOutputProviderEvent() |
IOutputProviderLogic.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void ExecuteSuperFunction () |
Calls the super UVCamOutputProviderBase function version. | IOutputProviderLogic.h | |
UDecoupledOutputProvider & GetOutputProvider() |
Gets the associated output provider | IOutputProviderLogic.h |