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 |
const FDMMaterialTexture * GetMaterialTexture
(
EDMTextureSetMaterialProperty InMaterialProperty
) const
Remarks
Gets the Material Texture associated with a Material Property. Does not check whether a Texture is assigned to it. A pointer to the found Material Texture, if it exists, or nullptr.
Parameters
| Name | Description |
|---|---|
| InMaterialProperty | The Material Property to check. |