Navigation
API > API/Plugins > API/Plugins/Composure > API/Plugins/Composure/CompositingElements
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UCompositingElementPass
- UCompositingElementTransform
- UCompositingPostProcessPass
- UCompositingElementMaterialPass
References
| Module | Composure |
| Header | /Engine/Plugins/Compositing/Composure/Source/Composure/Classes/CompositingElements/CompositingElementTransforms.h |
| Include | #include "CompositingElements/CompositingElementTransforms.h" |
Syntax
UCLASS&40;BlueprintType, Blueprintable, EditInlineNew&41;
class UCompositingElementMaterialPass : public UCompositingPostProcessPass
Remarks
UCompositingElementMaterialPass
Variables
| Type | Name | Description | |
|---|---|---|---|
| FCompositingMaterial | Material |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | |||
| void | SetMaterialInterface
(
UMaterialInterface* NewMaterial |
Set the material interface used by current material pass. | |
| bool | SetParameterMapping
(
FName TextureParamName, |
Set the parameter mappings between texture parameters and composure layers. |
Overridden from UCompositingPostProcessPass
| Type | Name | Description | |
|---|---|---|---|
| UTexture * | ApplyTransform_Implementation
(
UTexture* Input, |