Navigation
API > API/Editor > API/Editor/UnrealEd > API/Editor/UnrealEd/STransformViewportToolBar
Description
Grid snap is checked callbacks for the menu values
Checks to see if the specified grid size index is the current grid size index
| Name | IsGridSizeChecked |
| Type | function |
| Header File | /Engine/Source/Editor/UnrealEd/Public/STransformViewportToolbar.h |
| Include Path | #include "STransformViewportToolbar.h" |
| Source | /Engine/Source/Editor/UnrealEd/Private/STransformViewportToolbar.cpp |
static bool IsGridSizeChecked
(
int32 GridSizeIndex
)
True if the specified grid size index is the current one
Parameters
| Name | Remarks |
|---|---|
| GridSizeIndex | The grid size index to test |