Navigation
API > API/Plugins > API/Plugins/Composure
| Name | UCompositingPostProcessPass |
| Type | class |
| Header File | /Engine/Plugins/Compositing/Composure/Source/Composure/Classes/CompositingElements/CompositingElementTransforms.h |
| Include Path | #include "CompositingElements/CompositingElementTransforms.h" |
Syntax
UCLASS (BlueprintType, Blueprintable)
class UCompositingPostProcessPass : public UCompositingElementTransform
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UCompositingElementPass → UCompositingElementTransform → UCompositingPostProcessPass
Derived Classes
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| PostProcessPasses | TArray< TObjectPtr< UComposurePostProcessPassPolicy > > | CompositingElements/CompositingElementTransforms.h |
|
|
| RenderScale | float | CompositingElements/CompositingElementTransforms.h |
|
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual UTexture * ApplyTransform_Implementation
(
UTexture* Input, |
CompositingElements/CompositingElementTransforms.h |
Protected
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void RenderPostPassesToSwapChain
(
UTexture* Input, |
CompositingElements/CompositingElementTransforms.h |