Navigation
API > API/Runtime > API/Runtime/InterchangeCore > API/Runtime/InterchangeCore/UInterchangeUserDefinedAttribute-
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static UE::Interchange::FAttributeKey MakeUserDefinedPropertyKey
(
const FStringView UserDefinedAttributeName, |
Nodes/InterchangeUserDefinedAttribute.h | ||
static UE::Interchange::FAttributeKey MakeUserDefinedPropertyKey
(
const FString& UserDefinedAttributeName, |
Nodes/InterchangeUserDefinedAttribute.h |
MakeUserDefinedPropertyKey(const FStringView, bool, bool)
| Name | MakeUserDefinedPropertyKey |
| Type | function |
| Header File | /Engine/Source/Runtime/Interchange/Core/Public/Nodes/InterchangeUserDefinedAttribute.h |
| Include Path | #include "Nodes/InterchangeUserDefinedAttribute.h" |
| Source | /Engine/Source/Runtime/Interchange/Core/Private/Nodes/InterchangeUserDefinedAttribute.cpp |
static UE::Interchange::FAttributeKey MakeUserDefinedPropertyKey
(
const FStringView UserDefinedAttributeName,
bool RequiresDelegate,
bool GeneratePayloadKey
)
MakeUserDefinedPropertyKey(const FString &, bool, bool)
| Name | MakeUserDefinedPropertyKey |
| Type | function |
| Header File | /Engine/Source/Runtime/Interchange/Core/Public/Nodes/InterchangeUserDefinedAttribute.h |
| Include Path | #include "Nodes/InterchangeUserDefinedAttribute.h" |
| Source | /Engine/Source/Runtime/Interchange/Core/Private/Nodes/InterchangeUserDefinedAttribute.cpp |
static UE::Interchange::FAttributeKey MakeUserDefinedPropertyKey
(
const FString & UserDefinedAttributeName,
bool RequiresDelegate,
bool GeneratePayloadKey
)