Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FMaterialAttributeDefinitionMap
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static EMaterialValueType GetValueType
(
EMaterialProperty Property |
Returns the value type of a material attribute | Materials/MaterialAttributeDefinitionMap.h | |
static EMaterialValueType GetValueType
(
const FGuid& AttributeID |
Returns the value type of a material attribute | Materials/MaterialAttributeDefinitionMap.h |
GetValueType(EMaterialProperty)
Description
Returns the value type of a material attribute
| Name | GetValueType |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Public/Materials/MaterialAttributeDefinitionMap.h |
| Include Path | #include "Materials/MaterialAttributeDefinitionMap.h" |
| Source | /Engine/Source/Runtime/Engine/Private/Materials/MaterialAttributeDefinitionMap.cpp |
static EMaterialValueType GetValueType
(
EMaterialProperty Property
)
GetValueType(const FGuid &)
Description
Returns the value type of a material attribute
| Name | GetValueType |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Public/Materials/MaterialAttributeDefinitionMap.h |
| Include Path | #include "Materials/MaterialAttributeDefinitionMap.h" |
| Source | /Engine/Source/Runtime/Engine/Private/Materials/MaterialAttributeDefinitionMap.cpp |
static EMaterialValueType GetValueType
(
const FGuid & AttributeID
)