Navigation
API > API/Editor > API/Editor/MaterialEditor
| Name | FCheckerboardSettings |
| Type | struct |
| Header File | /Engine/Source/Editor/MaterialEditor/Public/MaterialEditorSettings.h |
| Include Path | #include "MaterialEditorSettings.h" |
Syntax
USTRUCT ()
struct FCheckerboardSettings
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FCheckerboardSettings() |
MaterialEditorSettings.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| ColorOne | FColor | The first color of the checkerboard. | MaterialEditorSettings.h |
|
| ColorTwo | FColor | The second color of the checkerboard. | MaterialEditorSettings.h |
|
| Size | int32 | The size of the checkered tiles. | MaterialEditorSettings.h |
|