![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <CustomBoneIndexArray.h>
Inheritance diagram for UE::Anim::TTypedIndexRange< InIndexType, InRangeType >:Public Types | |
| using | BaseType = InRangeType |
| using | IndexType = InIndexType |
| using | ElementType = typename InRangeType::ElementType |
| using | SizeType = typename InRangeType::SizeType |
Public Member Functions | |
| TTypedIndexRange ()=default | |
| template<typename T > | |
| TTypedIndexRange (T &&Other) | |
| TTypedIndexRange (std::initializer_list< ElementType > List) | |
| template<typename T > | |
| TTypedIndexRange & | operator= (T &&Other) |
| TTypedIndexRange & | operator= (std::initializer_list< ElementType > List) |
| FORCEINLINE ElementType & | operator[] (SizeType Index) |
| FORCEINLINE const ElementType & | operator[] (SizeType Index) const |
| FORCEINLINE ElementType & | operator[] (const IndexType &Index) |
| FORCEINLINE const ElementType & | operator[] (const IndexType &Index) const |
| using UE::Anim::TTypedIndexRange< InIndexType, InRangeType >::BaseType = InRangeType |
| using UE::Anim::TTypedIndexRange< InIndexType, InRangeType >::ElementType = typename InRangeType::ElementType |
| using UE::Anim::TTypedIndexRange< InIndexType, InRangeType >::IndexType = InIndexType |
| using UE::Anim::TTypedIndexRange< InIndexType, InRangeType >::SizeType = typename InRangeType::SizeType |
|
default |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |