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 HasMaterialProperty
(
EDMTextureSetMaterialProperty InMaterialProperty
) const
Remarks
Checks whether a given Material Property exists in the Texture Map. Does not check whether that a Texture is assigned to it. True if the property exists in the Texture Map.
Parameters
| Name | Description |
|---|---|
| InMaterialProperty | The Material Property to check. |