Navigation
API > API/Runtime > API/Runtime/InterchangeCore
Enumerates the attribute properties. Those properties affect how the attribute are stored or what they are used for.
| Name | UE::Interchange::EAttributeProperty |
| Type | enum |
| Header File | /Engine/Source/Runtime/Interchange/Core/Public/Types/AttributeStorage.h |
| Include Path | #include "Types/AttributeStorage.h" |
Syntax
namespace UE
{
namespace Interchange
{
enum EAttributeProperty
{
None = 0x0,
NoHash = 0x1,
}
}
}
Values
| Name | Remarks |
|---|---|
| None | |
| NoHash |