Navigation
API > API/Plugins > API/Plugins/MeshModelingToolsExp > API/Plugins/MeshModelingToolsExp/UCubeGridTool
Description
Updates the gizmo controlling the cube grid transform. Only updates the cube grid itself if bSilentlyUpdate is false.
| Name | UpdateGridGizmo |
| Type | function |
| Header File | /Engine/Plugins/Experimental/MeshModelingToolsetExp/Source/MeshModelingToolsExp/Public/CubeGridTool.h |
| Include Path | #include "CubeGridTool.h" |
| Source | /Engine/Plugins/Experimental/MeshModelingToolsetExp/Source/MeshModelingToolsExp/Private/CubeGridTool.cpp |
void UpdateGridGizmo
(
const FTransform & NewTransform,
bool bSilentlyUpdate
)
Parameters
| Name | Remarks |
|---|---|
| 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). |