Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/TSparseArray
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void DestroyElements () |
Containers/SparseArray.h | ||
void DestroyElements
(
int32 Index, |
Containers/SparseArray.h |
DestroyElements()
| Name | DestroyElements |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Containers/SparseArray.h |
| Include Path | #include "Containers/SparseArray.h" |
void DestroyElements()
DestroyElements(int32, int32)
| Name | DestroyElements |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Containers/SparseArray.h |
| Include Path | #include "Containers/SparseArray.h" |
void DestroyElements
(
int32 Index,
int32 Count
)