Navigation
API > API/Plugins > API/Plugins/DynamicMaterialTextureSet > API/Plugins/DynamicMaterialTextureSet/UDMTextureSet
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
const FDMMaterialTexture * GetMaterialTexture
(
EDMTextureSetMaterialProperty InMaterialProperty |
Gets the Material Texture associated with a Material Property. | DMTextureSet.h | |
bool GetMaterialTexture
(
EDMTextureSetMaterialProperty InMaterialProperty, |
Gets the Material Texture associated with a Material Property. | DMTextureSet.h |
|
GetMaterialTexture(EDMTextureSetMaterialProperty)
Description
Gets the Material Texture associated with a Material Property. Does not check whether a Texture is assigned to it.
| Name | GetMaterialTexture |
| Type | function |
| Header File | /Engine/Plugins/VirtualProduction/DynamicMaterial/Source/DynamicMaterialTextureSet/Public/DMTextureSet.h |
| Include Path | #include "DMTextureSet.h" |
| Source | /Engine/Plugins/VirtualProduction/DynamicMaterial/Source/DynamicMaterialTextureSet/Private/DMTextureSet.cpp |
const FDMMaterialTexture * GetMaterialTexture
(
EDMTextureSetMaterialProperty InMaterialProperty
) const
A pointer to the found Material Texture, if it exists, or nullptr.
Parameters
| Name | Remarks |
|---|---|
| InMaterialProperty | The Material Property to check. |
GetMaterialTexture(EDMTextureSetMaterialProperty, FDMMaterialTexture &)
Description
Gets the Material Texture associated with a Material Property. Does not check whether a Texture is assigned to it.
| Name | GetMaterialTexture |
| Type | function |
| Header File | /Engine/Plugins/VirtualProduction/DynamicMaterial/Source/DynamicMaterialTextureSet/Public/DMTextureSet.h |
| Include Path | #include "DMTextureSet.h" |
| Source | /Engine/Plugins/VirtualProduction/DynamicMaterial/Source/DynamicMaterialTextureSet/Private/DMTextureSet.cpp |
UFUNCTION (BlueprintPure, Category="Material Designer")
bool GetMaterialTexture
(
EDMTextureSetMaterialProperty InMaterialProperty,
FDMMaterialTexture & OutMaterialTexture
) const
True if the Material Property exists within the Texture Map.
Parameters
| Name | Remarks |
|---|---|
| InMaterialProperty | The Material Property to check. |
| OutMaterialTexture | The found Material Texture. |