Navigation
API > API/Plugins > API/Plugins/DynamicMaterial > API/Plugins/DynamicMaterial/Components > API/Plugins/DynamicMaterial/Components/MaterialValues
Inheritance Hierarchy
- UObject
- FNotifyHook
- UDMMaterialComponent
- UDMMaterialLinkedComponent
- UDMMaterialValue
- UDMMaterialValueFloat
- UDMMaterialValueFloat2
References
| Module | DynamicMaterial |
| Header | /Engine/Plugins/Experimental/DynamicMaterial/Source/DynamicMaterial/Public/Components/MaterialValues/DMMaterialValueFloat2.h |
| Include | #include "Components/MaterialValues/DMMaterialValueFloat2.h" |
Syntax
UCLASS (BlueprintType, ClassGroup="Material Designer")
class UDMMaterialValueFloat2 : public UDMMaterialValueFloat
Variables
| Type | Name | Description | |
|---|---|---|---|
| meta |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | GenerateExpression
(
const TSharedRef< IDMMaterialBuildStateInterface >& InBuildState |
||
| FVector2D | |||
| const FVector2D & | GetValue () |
||
| void | |||
| void | SetDefaultValue
(
FVector2D InDefaultValue |
||
| void | SetValue
(
const FVector2D& InValue |
Overridden from UDMMaterialValue
| Type | Name | Description | |
|---|---|---|---|
| void | Subclasses should implement a SetDefaultValue. | ||
| int32 | GetInnateMaskOutput
(
int32 OutputChannels |
Returns the output index (channel WHOLE_CHANNEL) if this expression has pre-masked outputs. | |
| bool | |||
| void | SetMIDParameter
(
UMaterialInstanceDynamic* InMID |