This page is not available in the language you have chosen. It will be displayed in English by default. If you would like to view it in a different language, you can try selecting another language.
Description
SetIntoMaterialsArray (v1)
Set an element into a material array at a specific index (if the index does not match the range of the array, the array will remain unchanged)
Input(s) : MaterialArray [Intrinsic] - Material array to modify Material - Material to set at the specific index into the array Index - Index Set the material at (if the index does not match the range of the array, the array will remain unchanged)
Output(s): MaterialArray [Passthrough] - Material array to modify
Information
| Module | GeometryCollectionNodes |
| Category | Materials |
| Type | FSetIntoMaterialInterfaceArrayDataflowNode |
Inputs
| Name | Description | Permitted Types | Default Value |
|---|---|---|---|
| MaterialArray | Material array to modify | TArray<TObjectPtr<UMaterialInterface>> | |
| Material | Material to set at the specific index into the array | TObjectPtr<UMaterialInterface> | None |
| Index | Index Set the material at (if the index does not match the range of the array, the array will remain unchanged) | int32 | 0 |
Outputs
| Name | Description | Permitted Types | Default Value |
|---|---|---|---|
| MaterialArray | Material array to modify | TArray<TObjectPtr<UMaterialInterface>> |