Navigation
API > API/Runtime > API/Runtime/GeometryCore > API/Runtime/GeometryCore/TBasicBlockedDenseGrid3
A default value and a pointer to a block that will be allocated on first write.
| Name | FBlock3 |
| Type | struct |
| Header File | /Engine/Source/Runtime/GeometryCore/Public/Spatial/BlockedDenseGrid3.h |
| Include Path | #include "Spatial/BlockedDenseGrid3.h" |
Syntax
struct FBlock3
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| BlockDataPtr | TUniquePtr< BlockData3Type > | Spatial/BlockedDenseGrid3.h | ||
| DefaultValue | ElemType | Spatial/BlockedDenseGrid3.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
ElemType GetValue
(
const int32& LocalIndex |
Spatial/BlockedDenseGrid3.h | ||
void Reset
(
const ElemType& DefaultIn |
Release any allocated block data and reset the default value. | Spatial/BlockedDenseGrid3.h |