Navigation
API > API/Plugins > API/Plugins/MeshModelingToolsExp > API/Plugins/MeshModelingToolsExp/UCubeGridTool
References
| Module | MeshModelingToolsExp |
| Header | /Engine/Plugins/Experimental/MeshModelingToolsetExp/Source/MeshModelingToolsExp/Public/CubeGridTool.h |
| Include | #include "CubeGridTool.h" |
| Source | /Engine/Plugins/Experimental/MeshModelingToolsetExp/Source/MeshModelingToolsExp/Private/CubeGridTool.cpp |
void UpdateGridGizmo
(
const FTransform & NewTransform,
bool bSilentlyUpdate
)
Remarks
Updates the gizmo controlling the cube grid transform. Only updates the cube grid itself if bSilentlyUpdate is false.
Parameters
| Name | Description |
|---|---|
| bSilentlyUpdate | If true, gizmo is just repositioned without triggering any callback or emitting an undo transaction. If false, emits transactions and triggers the GridGizmoMoved callback (which will trigger UpdateGridTransform). |