USlateBrushAsset

An asset describing how a texture can exist in slate's DPI-aware environment and how this texture responds to resizing.

Windows
MacOS
Linux

Inheritance Hierarchy

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Slate/SlateBrushAsset.h

Include

#include "Slate/SlateBrushAsset.h"

Syntax

class USlateBrushAsset : public UObject

Remarks

An asset describing how a texture can exist in slate's DPI-aware environment and how this texture responds to resizing. e.g. Scale9-stretching? Tiling?

Variables

Name Description

Public variable

FSlateBrush

 

Brush

The slate brush resource describing the texture's behavior.

Constructors

Name Description

Public function

USlateBrushAsset

(
    const FObjectInitializer& ObjectIn...
)

Overridden from UObject

Name Description

Public function Virtual

void

 

PostLoad()

Do any object-specific cleanup required immediately after loading an object.

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