Navigation
API > API/Runtime > API/Runtime/Core
| Name | TSparseSetElementBase< InElementType, true > |
| Type | class |
| Header File | /Engine/Source/Runtime/Core/Public/Containers/SparseSetElement.h |
| Include Path | #include "Containers/SparseSetElement.h" |
Syntax
template<typename InElementType>
class TSparseSetElementBase< InElementType, true >
Structs
| Name | Remarks |
|---|---|
| InternalLinkType |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| DerivedType | TSparseSetElementBase | Containers/SparseSetElement.h | |
| ElementType | InElementType | Containers/SparseSetElement.h | |
| InternalBaseType | typename TGetBaseTypeHelper< TSparseSetElementBase >::Type | Containers/SparseSetElement.h |
Constants
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| CounterBase | int | Containers/SparseSetElement.h | |
| InterfaceType | ETypeLayoutInterface::Type | Containers/SparseSetElement.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| ElementTypeValue | The element's value. | Containers/SparseSetElement.h | ||
| FSetElementIdHashNextId | The id of the next element in the same hash bucket. | Containers/SparseSetElement.h | ||
| int32HashIndex | The hash bucket that the element is currently linked to. | Containers/SparseSetElement.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
const FTypeLayoutDesc & GetTypeLayout() |
Containers/SparseSetElement.h | ||
| Containers/SparseSetElement.h | |||
TSparseSetElementBase
(
InitType&&... InValue |
Initialization constructor. | Containers/SparseSetElement.h | |
| Containers/SparseSetElement.h | |||
TSparseSetElementBase
(
const TSparseSetElementBase& |
Containers/SparseSetElement.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static void InternalDestroy
(
void* Object, |
Containers/SparseSetElement.h | ||
static void InternalInitializeBases
(
FTypeLayoutDesc& TypeDesc |
Containers/SparseSetElement.h | ||
static FTypeLayoutDesc & StaticGetTypeLayout() |
Containers/SparseSetElement.h |
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Containers/SparseSetElement.h | |||
TSparseSetElementBase & operator=
(
const TSparseSetElementBase& |
Containers/SparseSetElement.h |