![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <AttributeStorage.h>
Public Member Functions | |
| FAttributeAllocationInfo () | |
| bool | operator== (const FAttributeAllocationInfo &Other) const |
Public Attributes | |
| TArray< uint64 > | Offsets |
| TArray< uint64 > | Sizes |
| EAttributeTypes | Type = EAttributeTypes::None |
| EAttributeProperty | Property = EAttributeProperty::None |
| FGuid | Hash = FGuid() |
Friends | |
| FArchive & | operator<< (FArchive &Ar, FAttributeAllocationInfo &AttributeAllocationInfo) |
Structure used to hold the attribute information stored in the attribute allocation table.
|
inline |
|
inline |
|
friend |
| EAttributeProperty UE::Interchange::FAttributeStorage::FAttributeAllocationInfo::Property = EAttributeProperty::None |
| EAttributeTypes UE::Interchange::FAttributeStorage::FAttributeAllocationInfo::Type = EAttributeTypes::None |