Navigation
API > API/Runtime > API/Runtime/MeshDescription > API/Runtime/MeshDescription/TArrayAttribute
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TArrayAttribute
(
TArrayAttribute< std::remove_cv_t< T > > InValue |
Construct a TArrayAttribute |
AttributeArrayContainer.h | |
TArrayAttribute
(
ArrayType& InArray, |
AttributeArrayContainer.h |
TArrayAttribute(TArrayAttribute< std::remove_cv_t< T > >)
Description
Construct a TArrayAttribute
| Name | TArrayAttribute |
| Type | function |
| Header File | /Engine/Source/Runtime/MeshDescription/Public/AttributeArrayContainer.h |
| Include Path | #include "AttributeArrayContainer.h" |
template<typename T, typename TEnableIf < std::is_same_v< T, const T >, int >::Type>
TArrayAttribute
(
TArrayAttribute < std::remove_cv_t< T > > InValue
)
TArrayAttribute(ArrayType &, int32)
| Name | TArrayAttribute |
| Type | function |
| Header File | /Engine/Source/Runtime/MeshDescription/Public/AttributeArrayContainer.h |
| Include Path | #include "AttributeArrayContainer.h" |
TArrayAttribute
(
ArrayType & InArray,
int32 InIndex
)