Navigation
API > API/Plugins > API/Plugins/DynamicMaterial > API/Plugins/DynamicMaterial/Components > API/Plugins/DynamicMaterial/Components/MaterialValues
Inheritance Hierarchy
- UObject
- FNotifyHook
- UDMMaterialComponent
- UDMMaterialLinkedComponent
- UDMMaterialValue
- UDMMaterialValueFloat
- UDMMaterialValueFloat3XYZ
References
| Module | DynamicMaterial |
| Header | /Engine/Plugins/Experimental/DynamicMaterial/Source/DynamicMaterial/Public/Components/MaterialValues/DMMaterialValueFloat3XYZ.h |
| Include | #include "Components/MaterialValues/DMMaterialValueFloat3XYZ.h" |
Syntax
UCLASS (MinimalAPI, BlueprintType, ClassGroup="Material Designer")
class UDMMaterialValueFloat3XYZ : public UDMMaterialValueFloat
Remarks
Component representing an FVector value. Manages its own parameter.
Variables
| Type | Name | Description | |
|---|---|---|---|
| Category | |||
| meta |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | GenerateExpression
(
const TSharedRef< IDMMaterialBuildStateInterface >& InBuildState |
||
| const FVector & | |||
| int32 | GetInnateMaskOutput
(
int32 OutputChannels |
||
| const FVector & | GetValue () |
||
| void | |||
| void | SetDefaultValue
(
const FVector& InDefaultValue |
||
| void | SetMIDParameter
(
UMaterialInstanceDynamic* InMID |
||
| void | SetValue
(
const FVector& InValue |
||
| UDMMaterialValueDynamic * | ToDynamic
(
UDynamicMaterialModelDynamic* InMaterialModelDynamic |
Overridden from UDMMaterialValue
| Type | Name | Description | |
|---|---|---|---|
| void | Subclasses should implement a SetDefaultValue. | ||
| bool |
Overridden from UDMMaterialComponent
| Type | Name | Description | |
|---|---|---|---|
| FText | Returns a description of this class/object. | ||
| FString | Returns the part of the component representing just this object |
Overridden from IDMJsonSerializable
| Type | Name | Description | |
|---|---|---|---|
| bool | JsonDeserialize
(
const TSharedPtr< FJsonValue >& InJsonValue |
||
| TSharedPtr< FJsonValue > | Non-editor implementation. |