Navigation
API > API/Runtime > API/Runtime/GeometryCore > API/Runtime/GeometryCore/TBlockedGrid3Layout
Overloads
| Name |
Remarks |
Include Path |
Unreal Specifiers |
|
|
Spatial/BlockedLayout3.h |
|
|
|
Spatial/BlockedLayout3.h |
|
|
|
Spatial/BlockedLayout3.h |
|
TBlockedGrid3Layout()
| |
|
| Name |
TBlockedGrid3Layout |
| Type |
function |
| Header File |
/Engine/Source/Runtime/GeometryCore/Public/Spatial/BlockedLayout3.h |
| Include Path |
#include "Spatial/BlockedLayout3.h" |
TBlockedGrid3Layout()
TBlockedGrid3Layout(FVector3i)
| |
|
| Name |
TBlockedGrid3Layout |
| Type |
function |
| Header File |
/Engine/Source/Runtime/GeometryCore/Public/Spatial/BlockedLayout3.h |
| Include Path |
#include "Spatial/BlockedLayout3.h" |
TBlockedGrid3Layout
(
FVector3i Dims
)
TBlockedGrid3Layout(int32, int32, int32)
| |
|
| Name |
TBlockedGrid3Layout |
| Type |
function |
| Header File |
/Engine/Source/Runtime/GeometryCore/Public/Spatial/BlockedLayout3.h |
| Include Path |
#include "Spatial/BlockedLayout3.h" |
TBlockedGrid3Layout
(
int32 DimI,
int32 DimJ,
int32 DimK
)