Navigation
API > API/Runtime > API/Runtime/Engine
Inheritance Hierarchy
- InRangeType
- TTypedIndexRange
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Public/CustomBoneIndexArray.h |
| Include | #include "CustomBoneIndexArray.h" |
Syntax
template<typename InIndexType, typename InRangeType>
class TTypedIndexRange : public InRangeType
Constructors
| Type | Name | Description | |
|---|---|---|---|
TTypedIndexRange
(
T&& Other |
Forwarding constructor that disallows mixing index types. | ||
TTypedIndexRange
(
std::initializer_list< ElementType > List |
Operators
| Type | Name | Description | |
|---|---|---|---|
| ElementType & | operator[]
(
SizeType Index |
||
| const ElementType & | operator[]
(
SizeType Index |
||
| ElementType & | operator[]
(
const IndexType& Index |
||
| const ElementType & | operator[]
(
const IndexType& Index |
||
| TTypedIndexRange & | operator=
(
T&& Other |
Forwarding assignment that disallows mixing index types. | |
| TTypedIndexRange & | operator=
(
std::initializer_list< ElementType > List |
Typedefs
| Name | Description |
|---|---|
| BaseType | |
| ElementType | |
| IndexType | |
| SizeType |