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