Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FInstancedPlacementHash
| Name | FKey |
| Type | struct |
| Header File | /Engine/Source/Runtime/Engine/Public/Instances/InstancedPlacementHash.h |
| Include Path | #include "Instances/InstancedPlacementHash.h" |
Syntax
struct FKey
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FKey () |
Instances/InstancedPlacementHash.h | ||
FKey
(
int64 InX, |
Instances/InstancedPlacementHash.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| X | int64 | Instances/InstancedPlacementHash.h | ||
| Y | int64 | Instances/InstancedPlacementHash.h | ||
| Z | int64 | Instances/InstancedPlacementHash.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
double GetMinDistSquared
(
const FVector& Position, |
Returns the minimum distance from the given position to the cell described by this key, squared | Instances/InstancedPlacementHash.h |
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool operator==
(
const FKey& Other |
Instances/InstancedPlacementHash.h |