Navigation
API > API/Runtime > API/Runtime/Core
| |
|
| Name |
TSparseSetElementBase |
| Type |
class |
| Header File |
/Engine/Source/Runtime/Core/Public/Containers/SparseSetElement.h |
| Include Path |
#include "Containers/SparseSetElement.h" |
Syntax
template<typename InElementType, bool bTypeLayout>
class TSparseSetElementBase
Derived Classes
Constructors
| Name |
Remarks |
Include Path |
Unreal Specifiers |
|
|
Containers/SparseSetElement.h |
|
|
Initialization constructor. |
Containers/SparseSetElement.h |
|
|
|
Containers/SparseSetElement.h |
|
|
|
Containers/SparseSetElement.h |
|
Class Specializations
Typedefs
| Name |
Type |
Remarks |
Include Path |
| ElementType |
InElementType |
|
Containers/SparseSetElement.h |
Variables
Public
| Name |
Type |
Remarks |
Include Path |
Unreal Specifiers |
| HashIndex |
int32 |
The hash bucket that the element is currently linked to. |
Containers/SparseSetElement.h |
|
| HashNextId |
FSetElementId |
The id of the next element in the same hash bucket. |
Containers/SparseSetElement.h |
|
| Value |
ElementType |
The element's value. |
Containers/SparseSetElement.h |
|
Functions
Public
Operators
| Name |
Remarks |
Include Path |
Unreal Specifiers |
|
|
Containers/SparseSetElement.h |
|
|
|
Containers/SparseSetElement.h |
|