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 UpdateGridTransform
(
const FTransform & NewTransform,
bool bUpdateDetailPanel,
bool bTriggerDetailPanelRebuild
)
Remarks
Updates the cube grid.
Parameters
| Name | Description |
|---|---|
| bUpdateDetailPanel | Not needed if updating from the detail panel, otherwise should be true. |
| bTriggerDetailPanelRebuild | Should be false if updating from a drag to avoid the costly rebuild, but otherwise should be true to update the edit conditions and "revert to default" arrows. Not relevant if bUpdateDetailPanel is false. |