Navigation
API > API/Runtime > API/Runtime/Chaos > API/Runtime/Chaos/TSpatialHashGridBase
| Name | FHashIndex |
| Type | struct |
| Header File | /Engine/Source/Runtime/Experimental/Chaos/Public/Chaos/HierarchicalSpatialHash.h |
| Include Path | #include "Chaos/HierarchicalSpatialHash.h" |
Syntax
struct FHashIndex
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FHashIndex () |
Chaos/HierarchicalSpatialHash.h | ||
FHashIndex
(
const VectorRegister4Int& InVectorIndex |
Chaos/HierarchicalSpatialHash.h | ||
FHashIndex
(
const TVec3< int32 >& Cell, |
Chaos/HierarchicalSpatialHash.h | ||
FHashIndex
(
int32 CellX, |
Chaos/HierarchicalSpatialHash.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| VectorIndex | VectorRegister4Int | Chaos/HierarchicalSpatialHash.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
uint32 GetTypeHash() |
Chaos/HierarchicalSpatialHash.h |
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool operator==
(
const FHashIndex& Other |
Chaos/HierarchicalSpatialHash.h |