Navigation
API > API/Plugins > API/Plugins/Composure > API/Plugins/Composure/CompositingElements
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UCompositingElementPass
- UCompositingElementTransform
- UAlphaTransformPass
- UCompositingOpenColorIOPass
- UCompositingPostProcessPass
- UCompositingElementMaterialPass
- UCompositingTonemapPass
- UMultiPassChromaKeyer
- UMultiPassDespill
References
| Module | Composure |
| Header | /Engine/Plugins/Compositing/Composure/Source/Composure/Classes/CompositingElements/CompositingElementPasses.h |
| Include | #include "CompositingElements/CompositingElementPasses.h" |
Syntax
UCLASS (BlueprintType, Blueprintable, Abstract)
class UCompositingElementTransform : public UCompositingElementPass
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bIntermediate | Marks this pass for 'internal use only' - prevents it from being exposed to parent elements. | |
| ICompositingTextureLookupTable * | PrePassLookupTable |
Functions
| Type | Name | Description | |
|---|---|---|---|
| UTexture * | ApplyTransform
(
UTexture* Input, |
||
| UTexture * | ApplyTransform
(
UTexture* Input, |
||
| UTexture * | FindNamedPrePassResult
(
FName PassLookupName |