Navigation
API > API/Plugins > API/Plugins/DynamicMaterial > API/Plugins/DynamicMaterial/Components > API/Plugins/DynamicMaterial/Components/MaterialValues
Inheritance Hierarchy
- UObject
- FNotifyHook
- UDMMaterialComponent
- UDMMaterialLinkedComponent
- UDMMaterialValue
- UDMMaterialValueFloat
- UDMMaterialValueFloat1
References
| Module | DynamicMaterial |
| Header | /Engine/Plugins/Experimental/DynamicMaterial/Source/DynamicMaterial/Public/Components/MaterialValues/DMMaterialValueFloat1.h |
| Include | #include "Components/MaterialValues/DMMaterialValueFloat1.h" |
Syntax
UCLASS (BlueprintType, ClassGroup="Material Designer")
class UDMMaterialValueFloat1 : public UDMMaterialValueFloat
Variables
| Type | Name | Description | |
|---|---|---|---|
| DisplayName | |||
| meta |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | GenerateExpression
(
const TSharedRef< IDMMaterialBuildStateInterface >& InBuildState |
||
| float | |||
| float | GetValue () |
||
| void | |||
| void | SetDefaultValue
(
float InDefaultValue |
||
| void | SetValue
(
float InValue |
Overridden from UDMMaterialValue
| Type | Name | Description | |
|---|---|---|---|
| void | Subclasses should implement a SetDefaultValue. | ||
| bool | |||
| void | SetMIDParameter
(
UMaterialInstanceDynamic* InMID |