Navigation
API > API/Plugins > API/Plugins/DynamicMaterialTextureSet > API/Plugins/DynamicMaterialTextureSet/UDMTextureSet
References
| Module | DynamicMaterialTextureSet |
| Header | /Engine/Plugins/Experimental/DynamicMaterial/Source/DynamicMaterialTextureSet/Public/DMTextureSet.h |
| Include | #include "DMTextureSet.h" |
| Source | /Engine/Plugins/Experimental/DynamicMaterial/Source/DynamicMaterialTextureSet/Private/DMTextureSet.cpp |
UFUNCTION (BlueprintCallable, Category="Material Designer")
void SetMaterialTexture
(
EDMTextureSetMaterialProperty InMaterialProperty,
const FDMMaterialTexture & InMaterialTexture
)
Remarks
Sets the Material Texture for a given Material Property. Can be used to unset Textures.
Parameters
| Name | Description |
|---|---|
| InMaterialProperty | The Material Property to check. |
| InMaterialTexture | The Material Texture to set on the given Material Property. |