Navigation
API > API/Runtime > API/Runtime/Chaos > API/Runtime/Chaos/TSQMap
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
int32 FindIndex
(
const TKey& Key |
Chaos/ISpatialAcceleration.h | ||
int32 FindIndex
(
uint32 InHash, |
Chaos/ISpatialAcceleration.h |
FindIndex(const TKey &)
| Name | FindIndex |
| Type | function |
| Header File | /Engine/Source/Runtime/Experimental/Chaos/Public/Chaos/ISpatialAcceleration.h |
| Include Path | #include "Chaos/ISpatialAcceleration.h" |
int32 FindIndex
(
const TKey & Key
) const
FindIndex(uint32, int32)
| Name | FindIndex |
| Type | function |
| Header File | /Engine/Source/Runtime/Experimental/Chaos/Public/Chaos/ISpatialAcceleration.h |
| Include Path | #include "Chaos/ISpatialAcceleration.h" |
int32 FindIndex
(
uint32 InHash,
int32 UniqueIndex
) const