UTextureEditorSettings

Implements the Editor's user settings.

Windows
MacOS
Linux

Inheritance Hierarchy

UObjectBase

UObjectBaseUtility

UObject

UTextureEditorSettings

References

Module

TextureEditor

Header

/Engine/Source/Editor/TextureEditor/Classes/TextureEditorSettings.h

Include

#include "TextureEditorSettings.h"

Syntax

class UTextureEditorSettings : public UObject

Remarks

Implements the Editor's user settings.

Variables

Name Description

Public variable

TEnumAsByte< ET...

 

Background

The type of background to draw in the texture editor view port.

Public variable

FColor

 

BackgroundColor

Background and foreground color used by Texture preview view ports.

Public variable

FColor

 

CheckerColorOne

The first color of the checkered background.

Public variable

FColor

 

CheckerColorTwo

The second color of the checkered background.

Public variable

int32

 

CheckerSize

The size of the checkered background tiles.

Public variable

bool

 

FitToViewport

Whether the texture should scale to fit the view port.

Public variable

FColor

 

TextureBorderColor

Color to use for the texture border, if enabled.

Public variable

bool

 

TextureBorderEnabled

If true, displays a border around the texture.

Public variable

TEnumAsByte< ET...

 

VolumeViewMode

The type of display when viewing volume textures.

Constructors

Name Description

Public function

UTextureEditorSettings

(
    const FObjectInitializer& ObjectIn...
)

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss