Navigation
API > API/Runtime > API/Runtime/MeshDescription > API/Runtime/MeshDescription/TAttributesSet
Description
Get an attribute value for the given element ID. Note: it is generally preferable to get a TMeshAttributesRef and access elements through that, if you wish to access more than one.
| Name | GetAttribute |
| Type | function |
| Header File | /Engine/Source/Runtime/MeshDescription/Public/MeshAttributeArray.h |
| Include Path | #include "MeshAttributeArray.h" |
template<typename T>
T GetAttribute
(
const ElementIDType ElementID,
const FName AttributeName,
const int32 AttributeChannel
) const