UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
UE::Interchange::FAttributeStorage::FAttributeAllocationInfo Struct Reference

#include <AttributeStorage.h>

Public Member Functions

 FAttributeAllocationInfo ()
 
bool operator== (const FAttributeAllocationInfo &Other) const
 

Public Attributes

TArray< uint64Offsets
 
TArray< uint64Sizes
 
EAttributeTypes Type = EAttributeTypes::None
 
EAttributeProperty Property = EAttributeProperty::None
 
FGuid Hash = FGuid()
 

Friends

FArchiveoperator<< (FArchive &Ar, FAttributeAllocationInfo &AttributeAllocationInfo)
 

Detailed Description

Structure used to hold the attribute information stored in the attribute allocation table.

Constructor & Destructor Documentation

◆ FAttributeAllocationInfo()

UE::Interchange::FAttributeStorage::FAttributeAllocationInfo::FAttributeAllocationInfo ( )
inline

Member Function Documentation

◆ operator==()

bool UE::Interchange::FAttributeStorage::FAttributeAllocationInfo::operator== ( const FAttributeAllocationInfo Other) const
inline

Friends And Related Symbol Documentation

◆ operator<<

FArchive & operator<< ( FArchive Ar,
FAttributeAllocationInfo AttributeAllocationInfo 
)
friend

Member Data Documentation

◆ Hash

FGuid UE::Interchange::FAttributeStorage::FAttributeAllocationInfo::Hash = FGuid()

◆ Offsets

TArray<uint64> UE::Interchange::FAttributeStorage::FAttributeAllocationInfo::Offsets

◆ Property

EAttributeProperty UE::Interchange::FAttributeStorage::FAttributeAllocationInfo::Property = EAttributeProperty::None

◆ Sizes

TArray<uint64> UE::Interchange::FAttributeStorage::FAttributeAllocationInfo::Sizes

◆ Type

EAttributeTypes UE::Interchange::FAttributeStorage::FAttributeAllocationInfo::Type = EAttributeTypes::None

The documentation for this struct was generated from the following file: