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 FScalarParameterValue
Variables
| Type | Name | Description | |
|---|---|---|---|
| FScalarParameterAtlasInstanceData | AtlasData | ||
| FGuid | ExpressionGUID | ||
| FMaterialParameterInfo | ParameterInfo | ||
| float | ParameterValue |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FScalarParameterValue
(
const FMaterialParameterInfo& InParameterInfo, |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | GetValue
(
FMaterialParameterMetadata& OutResult |
||
| ValueType | GetValue
(
const FScalarParameterValue& Parameter |
||
| bool | IsOverride () |
||
| bool | IsValid () |
Operators
| Type | Name | Description | |
|---|---|---|---|
| bool | operator!=
(
const FScalarParameterValue& Other |
||
| bool | operator==
(
const FScalarParameterValue& Other |
Typedefs
| Name | Description |
|---|---|
| ValueType |
Deprecated Variables
| Type | Name | Description | |
|---|---|---|---|
| FName | ParameterName_DEPRECATED |