Navigation
API > API/Plugins > API/Plugins/VCamCore > API/Plugins/VCamCore/Output
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UVCamOutputProviderBase
- UVCamOutputComposure
References
| Module | VCamCore |
| Header | /Engine/Plugins/Experimental/VirtualCameraCore/Source/VCamCore/Public/Output/VCamOutputComposure.h |
| Include | #include "Output/VCamOutputComposure.h" |
Syntax
UCLASS&40;Meta&61;&40;DisplayName&61;"Composure Output Provider"&41;&41;
class UVCamOutputComposure : public UVCamOutputProviderBase
Variables
| Type | Name | Description | |
|---|---|---|---|
| TObjectPtr< UTextureRenderTarget2D > | FinalOutputRenderTarget | TextureRenderTarget2D asset that contains the final output | |
| TArray< TSoftObjectPtr< ACompositingElement > > | LayerTargets | List of Composure stack Compositing Elements to render the requested UMG into |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Overridden from UVCamOutputProviderBase
| Type | Name | Description | |
|---|---|---|---|
| void | CreateUMG () |
Called to create the UMG overlay widget. |
Overridden from UObject
| Type | Name | Description | |
|---|---|---|---|
| void | PostEditChangeProperty
(
FPropertyChangedEvent& PropertyChangedEvent |
Called when a property on this object has been modified externally |