Navigation
API > API/Plugins > API/Plugins/UVEditor
Visualization settings for the UUVEditorMode's Grid
| Name | UUVEditorGridProperties |
| Type | class |
| Header File | /Engine/Plugins/Editor/UVEditor/Source/UVEditor/Public/UVEditorMode.h |
| Include Path | #include "UVEditorMode.h" |
Syntax
UCLASS (MinimalAPI)
class UUVEditorGridProperties : public UInteractiveToolPropertySet
Inheritance Hierarchy
- FWatchablePropertySet → UInteractiveToolPropertySet → UUVEditorGridProperties
- UObjectBase → UObjectBaseUtility → UObject → UInteractiveToolPropertySet → UUVEditorGridProperties
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bDrawGrid | bool | Should the grid be shown? | UVEditorMode.h |
|
| bDrawRulers | bool | Should the grid rulers be shown? | UVEditorMode.h |
|