Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/TSparseArray
Description
Checks that the specified address is not part of an element within the container. Used for implementations to check that reference arguments aren't going to be invalidated by possible reallocation.
| Name | CheckAddress |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Containers/SparseArray.h |
| Include Path | #include "Containers/SparseArray.h" |
void CheckAddress
(
const ElementType * Addr
) const
Parameters
| Name | Remarks |
|---|---|
| Addr | The address to check. |