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 UnregisterLogicFactory
&40;
TSubclassOf< UDecoupledOutputProvider > Class
&41;
Remarks
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.
Parameters
| Name | Description |
|---|---|
| Class | You must supply the exact class previously passed to RegisterLogicFactory. This does not remove subclass overrides. |