Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Materials
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Classes/Materials/MaterialInstance.h |
| Include | #include "Materials/MaterialInstance.h" |
Syntax
USTRUCT (BlueprintType )
struct FFontParameterValue
Remarks
Editable font parameter.
Variables
| Type | Name | Description | |
|---|---|---|---|
| FGuid | ExpressionGUID | ||
| int32 | FontPage | ||
| TObjectPtr< class UFont > | FontValue | ||
| FMaterialParameterInfo | ParameterInfo |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FFontParameterValue
(
const FMaterialParameterInfo& InParameterInfo, |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | GetValue
(
FMaterialParameterMetadata& OutResult |
||
| ValueType | GetValue
(
const FFontParameterValue& Parameter |
||
| bool | IsOverride () |
||
| bool | IsValid () |
Operators
| Type | Name | Description | |
|---|---|---|---|
| bool | operator!=
(
const FFontParameterValue& Other |
||
| bool | operator==
(
const FFontParameterValue& Other |
Typedefs
| Name | Description |
|---|---|
| ValueType |
Deprecated Variables
| Type | Name | Description | |
|---|---|---|---|
| FName | ParameterName_DEPRECATED |