Navigation
API > API/Plugins > API/Plugins/InterchangeImport > API/Plugins/InterchangeImport/FInterchangeMaterialInstanceOver-
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static FString MakeOverrideParameterName
(
const FString& DisplayLabel |
Generates Attribute Key String from the DisplayLable | Material/InterchangeMaterialFactory.h | |
static FString MakeOverrideParameterName
(
UE::Interchange::EAttributeTypes AttributeType, |
Generates Attribute Key String from the AttributeType and Hash | Material/InterchangeMaterialFactory.h |
MakeOverrideParameterName(const FString &)
Description
Generates Attribute Key String from the DisplayLable
| Name | MakeOverrideParameterName |
| Type | function |
| Header File | /Engine/Plugins/Interchange/Runtime/Source/Import/Public/Material/InterchangeMaterialFactory.h |
| Include Path | #include "Material/InterchangeMaterialFactory.h" |
| Source | /Engine/Plugins/Interchange/Runtime/Source/Import/Private/Material/InterchangeMaterialFactory.cpp |
static FString MakeOverrideParameterName
(
const FString & DisplayLabel
)
MakeOverrideParameterName(UE::Interchange::EAttributeTypes, int32, bool)
Description
Generates Attribute Key String from the AttributeType and Hash
| Name | MakeOverrideParameterName |
| Type | function |
| Header File | /Engine/Plugins/Interchange/Runtime/Source/Import/Public/Material/InterchangeMaterialFactory.h |
| Include Path | #include "Material/InterchangeMaterialFactory.h" |
| Source | /Engine/Plugins/Interchange/Runtime/Source/Import/Private/Material/InterchangeMaterialFactory.cpp |
static FString MakeOverrideParameterName
(
UE::Interchange::EAttributeTypes AttributeType,
int32 Hash,
bool Prefix
)