Navigation
API > API/Plugins > API/Plugins/DecoupledOutputProvider > API/Plugins/DecoupledOutputProvider/IDecoupledOutputProviderModule
Description
Unregisters a previously registered delegate. Existing logic objects will continue to exist; if you want them to be removed: BeginDestroy will implicitly destroy the associated logic object.
| Name | UnregisterLogicFactory |
| Type | function |
| Header File | /Engine/Plugins/VirtualProduction/VirtualCameraCore/Source/DecoupledOutputProvider/Public/IDecoupledOutputProviderModule.h |
| Include Path | #include "IDecoupledOutputProviderModule.h" |
void UnregisterLogicFactory
(
TSubclassOf < UDecoupledOutputProvider > Class
)
Parameters
| Name | Remarks |
|---|---|
| Class | You must supply the exact class previously passed to RegisterLogicFactory. This does not remove subclass overrides. |