Navigation
API > API/Plugins > API/Plugins/DecoupledOutputProvider > API/Plugins/DecoupledOutputProvider/IDecoupledOutputProviderModule
Description
Iterates all output providers with the given class for which a logic object has been created. Note this includes subclass overrides as well.
| Name | ForEachOutputProvidersWithLogicObject |
| Type | function |
| Header File | /Engine/Plugins/VirtualProduction/VirtualCameraCore/Source/DecoupledOutputProvider/Public/IDecoupledOutputProviderModule.h |
| Include Path | #include "IDecoupledOutputProviderModule.h" |
void ForEachOutputProvidersWithLogicObject
(
TFunctionRef < EBreakBehavior &)> Callback,
TSubclassOf < UDecoupledOutputProvider > Class
) const