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 (BlueprintPure, Category="Material Designer")
bool HasMaterialTexture
(
EDMTextureSetMaterialProperty InMaterialProperty
) const
Remarks
Checks whether a given Material Property has a Texture assigned to it. True if the Material Property has an assigned Texture.
Parameters
| Name | Description |
|---|---|
| InMaterialProperty | The Material Property to check. |