Navigation
API > API/Plugins > API/Plugins/Composure
Inheritance Hierarchy
- UActorComponent
- ICompEditorImagePreviewInterface
- UComposureCompositingTargetComponent
References
| Module | Composure |
| Header | /Engine/Plugins/Compositing/Composure/Source/Composure/Classes/ComposurePlayerCompositingTarget.h |
| Include | #include "ComposurePlayerCompositingTarget.h" |
Syntax
UCLASS (ClassGroup=Rendering, Blueprintable, BlueprintType, Meta=(BlueprintSpawnableComponent))
class UComposureCompositingTargetComponent :
public UActorComponent,
public ICompEditorImagePreviewInterface
Remarks
Component intended to replace UComposurePlayerCompositingTarget - a object to bind to a APlayerCameraManager with a UTextureRenderTarget2D to be used as a player's render target. Made into a component so we can hook into preview rendering in editor.
Constructors
| Type | Name | Description | |
|---|---|---|---|
UComposureCompositingTargetComponent
(
const FObjectInitializer& ObjectInitializer |
Functions
| Type | Name | Description | |
|---|---|---|---|
| TSharedPtr< SWidget > | |||
| UTexture * | |||
| bool | GetEditorPreviewInfo
(
float DeltaTime, |
||
| bool | IsPreviewing () |
||
| void | SetDisplayTexture
(
UTexture* DisplayTexture |
||
| void | SetUseImplicitGammaForPreview
(
const bool bInUseImplicitGammaOnPreview |
Overridden from ICompEditorImagePreviewInterface
| Type | Name | Description | |
|---|---|---|---|
| UTexture * | |||
| void | |||
| void | OnEndPreview () |
||
| bool |