UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
UE::Interchange::TAttributeTypeTraitsInternal< T > Struct Template Reference

Detailed Description

template<typename T>
struct UE::Interchange::TAttributeTypeTraitsInternal< T >

Stub for attribute type traits.

Actual type traits need to be declared through template specialization for custom data types that are to be used internally by FAttributeStorage. Traits for the most commonly used built-in types are declared below.

Complex types, such as structures and classes, can be serialized into a byte array and then assigned to an attribute. Note that you will be responsible for ensuring correct byte ordering when serializing those types.

Parameters
TThe type to be used in FAttributeStorage.

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