Navigation
API > API/Runtime > API/Runtime/Engine
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void GetMaterialValueTypeDescriptions
(
const uint32 MaterialValueType, |
Given a combination of EMaterialValueType flags, get text descriptions of all types | MaterialShared.h | |
void GetMaterialValueTypeDescriptions
(
const EMaterialValueType MaterialValueType, |
MaterialShared.h |
GetMaterialValueTypeDescriptions(const uint32, TArray< FText > &)
Description
Given a combination of EMaterialValueType flags, get text descriptions of all types
| Name | GetMaterialValueTypeDescriptions |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Public/MaterialShared.h |
| Include Path | #include "MaterialShared.h" |
| Source | /Engine/Source/Runtime/Engine/Private/Materials/MaterialExpressions.cpp |
void GetMaterialValueTypeDescriptions
(
const uint32 MaterialValueType,
TArray < FText > & OutDescriptions
)
GetMaterialValueTypeDescriptions(const EMaterialValueType, TArray< FText > &)
| Name | GetMaterialValueTypeDescriptions |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Public/MaterialShared.h |
| Include Path | #include "MaterialShared.h" |
| Source | /Engine/Source/Runtime/Engine/Private/Materials/MaterialExpressions.cpp |
void GetMaterialValueTypeDescriptions
(
const EMaterialValueType MaterialValueType,
TArray < FText > & OutDescriptions
)