Navigation
API > API/Runtime > API/Runtime/MeshDescription > API/Runtime/MeshDescription/FAttributesSetBase
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TMeshAttributesConstRef< int32, typename TMeshAttributesRefType< T >::ConstRefType > GetAttributesRef
(
const FName AttributeName |
Get an attribute array with the given type and name. | MeshAttributeArray.h | |
TMeshAttributesRef< int32, typename TMeshAttributesRefType< T >::RefType > GetAttributesRef
(
const FName AttributeName |
MeshAttributeArray.h |
GetAttributesRef(const FName)
Description
Get an attribute array with the given type and name. The attribute type must correspond to the type passed as the template parameter.
| Name | GetAttributesRef |
| Type | function |
| Header File | /Engine/Source/Runtime/MeshDescription/Public/MeshAttributeArray.h |
| Include Path | #include "MeshAttributeArray.h" |
template<typename T>
TMeshAttributesConstRef< int32, typename TMeshAttributesRefType < T >::ConstRefType > GetAttributesRef
(
const FName AttributeName
) const
GetAttributesRef(const FName)
| Name | GetAttributesRef |
| Type | function |
| Header File | /Engine/Source/Runtime/MeshDescription/Public/MeshAttributeArray.h |
| Include Path | #include "MeshAttributeArray.h" |
template<typename T>
TMeshAttributesRef < int32, typename TMeshAttributesRefType < T >::RefType > GetAttributesRef
(
const FName AttributeName
)