FSplitterStyle

Represents the appearance of an [SSplitter](API\Runtime\Slate\Widgets\Layout\SSplitter)

Windows
MacOS
Linux

Inheritance Hierarchy

FSlateWidgetStyle

FSplitterStyle

References

Module

SlateCore

Header

/Engine/Source/Runtime/SlateCore/Public/Styling/SlateTypes.h

Include

#include "Styling/SlateTypes.h"

Syntax

struct FSplitterStyle : public FSlateWidgetStyle

Remarks

Represents the appearance of an SSplitter

Variables

Name Description

Public variable

FSlateBrush

 

HandleHighlightBrush

Brush used to draw the handle in its highlight state

Public variable

FSlateBrush

 

HandleNormalBrush

Brush used to draw the handle in its normal state

Constructors

Name Description

Public function

FSplitterStyle()

Destructors

Name Description

Public function Virtual

~FSplitterStyle()

Functions

Name Description

Public function Static

const FSplit...

 

GetDefault()

Public function

FSplitterSty...

 

SetHandleHighlightBrush

(
    const FSlateBrush& InHandleHighlig...
)

Public function

FSplitterSty...

 

SetHandleNormalBrush

(
    const FSlateBrush& InHandleNormalB...
)

Overridden from FSlateWidgetStyle

Name Description

Public function Virtual Const

void

 

GetResources

(
    TArray< const FSlateBrush* >&...
)

Gets the brush resources associated with this style.

Public function Virtual Const

const FName

 

GetTypeName()

Gets the name of this style.

This method must be implemented by inherited structures.

Constants

Name

Description

TypeName

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