Navigation
Unreal Engine C++ API Reference > Runtime > Engine > Materials
References
Module | Engine |
Header | /Engine/Source/Runtime/Engine/Classes/Materials/MaterialInstance.h |
Include | #include "Materials/MaterialInstance.h" |
Syntax
struct FVectorParameterValue
Remarks
Editable vector parameter.
Variables
Type | Name | Description | |
---|---|---|---|
![]() |
FGuid | ExpressionGUID | |
![]() |
FMaterialParameterInfo | ParameterInfo | |
![]() |
FLinearColor | ParameterValue |
Constructors
Type | Name | Description | |
---|---|---|---|
![]() |
FVectorParameterValue
(
const FMaterialParameterInfo& InParameterInfo, |
Functions
Type | Name | Description | |
---|---|---|---|
![]() ![]() |
void | GetValue
(
FMaterialParameterMetadata& OutResult |
|
![]() ![]() |
ValueType | GetValue
(
const FVectorParameterValue& Parameter |
|
![]() ![]() |
bool | IsOverride () |
|
![]() ![]() |
bool | IsValid () |
Operators
Type | Name | Description | |
---|---|---|---|
![]() ![]() |
bool | operator!=
(
const FVectorParameterValue& Other |
|
![]() ![]() |
bool | operator==
(
const FVectorParameterValue& Other |
Typedefs
Name | Description |
---|---|
ValueType |
Deprecated Variables
Type | Name | Description | |
---|---|---|---|
![]() |
FName | ParameterName_DEPRECATED |