Navigation
API > API/Runtime > API/Runtime/Chaos > API/Runtime/Chaos/THashMappedArray
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
const FElementType * Find
(
const FIDType ID |
Find the element with the specified ID. Roughly O(Max(1,N/M)) for N elements with a hash table of size M. | Chaos/Framework/HashMappedArray.h | |
FElementType * Find
(
const FIDType ID |
Find the element with the specified ID. Roughly O(Max(1,N/M)) for N elements with a hash table of size M. | Chaos/Framework/HashMappedArray.h |
Find(const FIDType)
Description
Find the element with the specified ID. Roughly O(Max(1,N/M)) for N elements with a hash table of size M.
| Name | Find |
| Type | function |
| Header File | /Engine/Source/Runtime/Experimental/Chaos/Public/Chaos/Framework/HashMappedArray.h |
| Include Path | #include "Chaos/Framework/HashMappedArray.h" |
const FElementType * Find
(
const FIDType ID
) const
Find(const FIDType)
Description
Find the element with the specified ID. Roughly O(Max(1,N/M)) for N elements with a hash table of size M.
| Name | Find |
| Type | function |
| Header File | /Engine/Source/Runtime/Experimental/Chaos/Public/Chaos/Framework/HashMappedArray.h |
| Include Path | #include "Chaos/Framework/HashMappedArray.h" |
FElementType * Find
(
const FIDType ID
)