Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/TSparseArray
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
ElementType & operator[]
(
int32 Index |
Accessors. | Containers/SparseArray.h | |
const ElementType & operator[]
(
int32 Index |
Containers/SparseArray.h |
operatorint32
Description
Accessors.
| Name | operator[] |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Containers/SparseArray.h |
| Include Path | #include "Containers/SparseArray.h" |
ElementType & operator[]
(
int32 Index
)
operatorint32
| Name | operator[] |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Containers/SparseArray.h |
| Include Path | #include "Containers/SparseArray.h" |
const ElementType & operator[]
(
int32 Index
) const