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