Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/TChunkedArray
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
ElementType & operator()
(
int32 ElementIndex |
End - intrusive TOptional |
Containers/ChunkedArray.h | |
const ElementType & operator()
(
int32 ElementIndex |
Containers/ChunkedArray.h |
operator()(int32)
Description
Accessors.
| Name | operator() |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Containers/ChunkedArray.h |
| Include Path | #include "Containers/ChunkedArray.h" |
ElementType & operator()
(
int32 ElementIndex
)
operator()(int32)
| Name | operator() |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Containers/ChunkedArray.h |
| Include Path | #include "Containers/ChunkedArray.h" |
const ElementType & operator()
(
int32 ElementIndex
) const