Navigation
API > API/Plugins > API/Plugins/DecoupledOutputProvider > API/Plugins/DecoupledOutputProvider/IDecoupledOutputProviderModule
References
| Module | DecoupledOutputProvider |
| Header | /Engine/Plugins/Experimental/VirtualCameraCore/Source/DecoupledOutputProvider/Public/IDecoupledOutputProviderModule.h |
| Include | #include "IDecoupledOutputProviderModule.h" |
void RegisterLogicFactory
&40;
TSubclassOf< UDecoupledOutputProvider > Class,
FOutputProviderLogicFactoryDelegate FactoryDelegate
&41;
Remarks
Registers a factory delegate for Class and its subclasses. You can overwrite subclasses to use a different delegate.
Parameters
| Name | Description |
|---|---|
| Class | The base class for which to register the logic |
| FactoryDelegate | The delegate that will create the logic object |