Navigation
API > API/Runtime > API/Runtime/Engine
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Public/MaterialTypes.h |
| Include | #include "MaterialTypes.h" |
Syntax
struct FMaterialParameterInfo
Variables
| Type | Name | Description | |
|---|---|---|---|
| TEnumAsByte< EMaterialParameterAssociation > | Association | Whether this is a global parameter, or part of a layer or blend | |
| int32 | Index | Layer or blend index this parameter is part of. INDEX_NONE for global parameters. | |
| FName | Name |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FMaterialParameterInfo
(
const FMemoryImageMaterialParameterInfo& Rhs |
|||
FMaterialParameterInfo
(
const TCHAR* InName, |
|||
FMaterialParameterInfo
(
FName InName, |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | AppendString
(
FString& Out |
||
| bool | RemapLayerIndex
(
TArrayView< const int32 > IndexRemap, |
||
| FString | ToString () |