Navigation
API > API/Plugins > API/Plugins/DynamicMaterial > API/Plugins/DynamicMaterial/UDynamicMaterialModel
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
UDMMaterialValue * GetGlobalParameterValueForMaterialProperty
(
EDMMaterialPropertyType InProperty |
Returns a specific global parameter value (such as global opacity) for the given material property or nullptr. | Model/DynamicMaterialModel.h |
|
InValueClass * GetGlobalParameterValueForMaterialProperty
(
EDMMaterialPropertyType InProperty |
Returns a Cast version of a specific global value (such as global opacity) or nullptr. | Model/DynamicMaterialModel.h |
GetGlobalParameterValueForMaterialProperty(EDMMaterialPropertyType)
Description
Returns a specific global parameter value (such as global opacity) for the given material property or nullptr.
| Name | GetGlobalParameterValueForMaterialProperty |
| Type | function |
| Header File | /Engine/Plugins/VirtualProduction/DynamicMaterial/Source/DynamicMaterial/Public/Model/DynamicMaterialModel.h |
| Include Path | #include "Model/DynamicMaterialModel.h" |
| Source | /Engine/Plugins/VirtualProduction/DynamicMaterial/Source/DynamicMaterial/Private/Model/DynamicMaterialModel.cpp |
UFUNCTION (BlueprintPure, Category="Material Designer")
UDMMaterialValue * GetGlobalParameterValueForMaterialProperty
(
EDMMaterialPropertyType InProperty
) const
GetGlobalParameterValueForMaterialProperty(EDMMaterialPropertyType)
Description
Returns a Cast version of a specific global value (such as global opacity) or nullptr.
| Name | GetGlobalParameterValueForMaterialProperty |
| Type | function |
| Header File | /Engine/Plugins/VirtualProduction/DynamicMaterial/Source/DynamicMaterial/Public/Model/DynamicMaterialModel.h |
| Include Path | #include "Model/DynamicMaterialModel.h" |
template<typename InValueClass>
InValueClass * GetGlobalParameterValueForMaterialProperty
(
EDMMaterialPropertyType InProperty
) const