Navigation
API > API/Runtime > API/Runtime/MeshDescription > API/Runtime/MeshDescription/TMeshAttributesRef
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TMeshAttributesRef
(
const TMeshAttributesRef< ElementIDType, SrcAttributeType >& InRef |
Implicitly construct a TMeshAttributesRef-to-const from a regular one | MeshAttributeArray.h | |
TMeshAttributesRef
(
const TMeshAttributesRef< int32, AttributeType >& InRef |
Implicitly construct a TMeshAttributesRef from a TMeshAttributesArray | MeshAttributeArray.h | |
TMeshAttributesRef
(
const TMeshAttributesRef< int32, SrcAttributeType >& InRef |
Implicitly construct a TMeshAttributesRef-to-const from a TMeshAttributesArray | MeshAttributeArray.h | |
TMeshAttributesRef
(
BaseArrayType* InArrayPtr, |
Constructor taking a pointer to a FMeshAttributeArraySetBase | MeshAttributeArray.h |
TMeshAttributesRef(const TMeshAttributesRef< ElementIDType, SrcAttributeType > &)
Description
Implicitly construct a TMeshAttributesRef-to-const from a regular one
| Name | TMeshAttributesRef |
| Type | function |
| Header File | /Engine/Source/Runtime/MeshDescription/Public/MeshAttributeArray.h |
| Include Path | #include "MeshAttributeArray.h" |
template<typename SrcAttributeType, typename DestAttributeType, typename TEnableIf < std::is_const_v< DestAttributeType >, int >::Type, typename TEnableIf <!std::is_const_v< SrcAttributeType >, int >::Type>
TMeshAttributesRef
(
const TMeshAttributesRef < ElementIDType, SrcAttributeType > & InRef
)
TMeshAttributesRef(const TMeshAttributesRef< int32, AttributeType > &)
Description
Implicitly construct a TMeshAttributesRef from a TMeshAttributesArray
| Name | TMeshAttributesRef |
| Type | function |
| Header File | /Engine/Source/Runtime/MeshDescription/Public/MeshAttributeArray.h |
| Include Path | #include "MeshAttributeArray.h" |
template<typename IDType, typename TEnableIf <!std::is_same_v< IDType, int32 >, int >::Type>
TMeshAttributesRef
(
const TMeshAttributesRef < int32, AttributeType > & InRef
)
TMeshAttributesRef(const TMeshAttributesRef< int32, SrcAttributeType > &)
Description
Implicitly construct a TMeshAttributesRef-to-const from a TMeshAttributesArray
| Name | TMeshAttributesRef |
| Type | function |
| Header File | /Engine/Source/Runtime/MeshDescription/Public/MeshAttributeArray.h |
| Include Path | #include "MeshAttributeArray.h" |
template<typename SrcAttributeType, typename DestAttributeType, typename IDType, typename TEnableIf <!std::is_same_v< IDType, int32 >, int >::Type, typename TEnableIf < std::is_const_v< DestAttributeType >, int >::Type, typename TEnableIf <!std::is_const_v< SrcAttributeType >, int >::Type>
TMeshAttributesRef
(
const TMeshAttributesRef < int32, SrcAttributeType > & InRef
)
TMeshAttributesRef(BaseArrayType *, uint32)
Description
Constructor taking a pointer to a FMeshAttributeArraySetBase
| Name | TMeshAttributesRef |
| Type | function |
| Header File | /Engine/Source/Runtime/MeshDescription/Public/MeshAttributeArray.h |
| Include Path | #include "MeshAttributeArray.h" |
TMeshAttributesRef
(
BaseArrayType * InArrayPtr,
uint32 InExtent
)