Navigation
API > API/Plugins > API/Plugins/Composure > API/Plugins/Composure/UCompositingElementMaterialPass
Description
Set the parameter mappings between texture parameters and composure layers. Users can not create new entries into the map as the keys are read only. Invalid Texture parameter names will result in a failed setting operation.
| Name | SetParameterMapping |
| Type | function |
| Header File | /Engine/Plugins/Compositing/Composure/Source/Composure/Classes/CompositingElements/CompositingElementTransforms.h |
| Include Path | #include "CompositingElements/CompositingElementTransforms.h" |
| Source | /Engine/Plugins/Compositing/Composure/Source/Composure/Private/CompositingElements/CompositingElementTransforms.cpp |
UFUNCTION (BlueprintCallable, Category="Compositing Pass")
bool SetParameterMapping
(
FName TextureParamName,
FName ComposureLayerName
)
bool True if set operation is successful.
Parameters
| Name | Remarks |
|---|---|
| TextureParamName | The name of the texture parameter inside the material interface. Used as key. |
| ComposureLayerName | The name of the composure layer the texture parameter is mapped to. Used as value. |