Navigation
API > API/Plugins > API/Plugins/DecoupledOutputProvider
Provides an interface for managing decoupled output provider logic objects.
| Name | IDecoupledOutputProviderModule |
| Type | class |
| Header File | /Engine/Plugins/VirtualProduction/VirtualCameraCore/Source/DecoupledOutputProvider/Public/IDecoupledOutputProviderModule.h |
| Include Path | #include "IDecoupledOutputProviderModule.h" |
Syntax
class IDecoupledOutputProviderModule : public IModuleInterface
Implements Interfaces
Enums
Public
| Name | Remarks |
|---|---|
| EBreakBehavior |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void ForEachOutputProvidersWithLogicObject
(
TFunctionRef< EBreakBehavior(UDecoupledOutputProvider&)> Callback, |
Iterates all output providers with the given class for which a logic object has been created. | IDecoupledOutputProviderModule.h | |
TArray< UDecoupledOutputProvider * > GetOutputProvidersWithLogicObjects
(
TSubclassOf< UDecoupledOutputProvider > Class |
Gets all output providers for which a logic object has been created. | IDecoupledOutputProviderModule.h | |
void RegisterLogicFactory
(
TSubclassOf< UDecoupledOutputProvider > Class, |
Registers a factory delegate for Class and its subclasses. | IDecoupledOutputProviderModule.h | |
void UnregisterLogicFactory
(
TSubclassOf< UDecoupledOutputProvider > Class |
Unregisters a previously registered delegate. | IDecoupledOutputProviderModule.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static IDecoupledOutputProviderModule & Get() |
IDecoupledOutputProviderModule.h |