Navigation
API > API/Plugins > API/Plugins/DynamicMaterialTextureSet > API/Plugins/DynamicMaterialTextureSet/UDMTextureSet > API/Plugins/DynamicMaterialTextureSet/UDMTextureSet/GetMaterialTexture
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 GetMaterialTexture
(
EDMTextureSetMaterialProperty InMaterialProperty,
FDMMaterialTexture & OutMaterialTexture
) const
Remarks
Gets the Material Texture associated with a Material Property. Does not check whether a Texture is assigned to it. True if the Material Property exists within the Texture Map.
Parameters
| Name | Description |
|---|---|
| InMaterialProperty | The Material Property to check. |
| OutMaterialTexture | The found Material Texture. |