Navigation
API > API/Plugins > API/Plugins/MeshModelingToolsExp > API/Plugins/MeshModelingToolsExp/UCubeGridTool
| Name | FSelection |
| Type | struct |
| Header File | /Engine/Plugins/Experimental/MeshModelingToolsetExp/Source/MeshModelingToolsExp/Public/CubeGridTool.h |
| Include Path | #include "CubeGridTool.h" |
Syntax
struct FSelection
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Box | UE::Geometry::FAxisAlignedBox3d | Both of these boxes are in the coordinate space of the (unscaled) grid frame. | CubeGridTool.h | |
| Direction | FCubeGrid::EFaceDirection | Direction must be initialized to a valid enum value (0 is not one). | CubeGridTool.h | |
| StartBox | UE::Geometry::FAxisAlignedBox3d | CubeGridTool.h |
Functions
Public
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool operator!=
(
const FSelection& Other |
CubeGridTool.h | ||
bool operator==
(
const FSelection& Other |
CubeGridTool.h |