Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Materials
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Public/Materials/MaterialInstance.h |
| Include | #include "Materials/MaterialInstance.h" |
Syntax
USTRUCT (BlueprintType )
struct FDoubleVectorParameterValue
Remarks
Editable vector parameter.
Variables
| Type | Name | Description | |
|---|---|---|---|
| FGuid | ExpressionGUID | ||
| FMaterialParameterInfo | ParameterInfo | ||
| FVector4d | ParameterValue | LWC_TODO: Blueprint? |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FDoubleVectorParameterValue
(
const FMaterialParameterInfo& InParameterInfo, |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | GetValue
(
FMaterialParameterMetadata& OutResult |
||
| ValueType | GetValue
(
const FDoubleVectorParameterValue& Parameter |
||
| bool | IsOverride () |
||
| bool | IsValid () |
Operators
| Type | Name | Description | |
|---|---|---|---|
| bool | operator!=
(
const FDoubleVectorParameterValue& Other |
||
| bool | operator==
(
const FDoubleVectorParameterValue& Other |
Typedefs
| Name | Description |
|---|---|
| ValueType |