Navigation
API > API/Plugins > API/Plugins/DecoupledOutputProvider > API/Plugins/DecoupledOutputProvider/IDecoupledOutputProviderModule
Description
Gets all output providers for which a logic object has been created. Note this includes subclass overrides as well.
| Name | GetOutputProvidersWithLogicObjects |
| Type | function |
| Header File | /Engine/Plugins/VirtualProduction/VirtualCameraCore/Source/DecoupledOutputProvider/Public/IDecoupledOutputProviderModule.h |
| Include Path | #include "IDecoupledOutputProviderModule.h" |
TArray < UDecoupledOutputProvider * > GetOutputProvidersWithLogicObjects
(
TSubclassOf < UDecoupledOutputProvider > Class
) const