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
Variables
Public
| Name |
Type |
Remarks |
Include Path |
Unreal Specifiers |
| ColorOne |
FColor |
The first color of the checkerboard. |
MaterialEditorSettings.h |
- EditAnywhere
- Category="Checkerboard"
|
| ColorTwo |
FColor |
The second color of the checkerboard. |
MaterialEditorSettings.h |
- EditAnywhere
- Category="Checkerboard"
|
| Size |
int32 |
The size of the checkered tiles. |
MaterialEditorSettings.h |
- EditAnywhere
- Meta=(ClampMin="2", ClampMax="4096")
- Category="Checkerboard"
|
Functions
Public