FSlateWidgetStyle

Base structure for widget styles.

Windows
MacOS
Linux

Inheritance Hierarchy

References

Module

SlateCore

Header

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

Include

#include "Styling/SlateWidgetStyle.h"

Syntax

struct FSlateWidgetStyle

Remarks

Base structure for widget styles.

Constructors

Name Description

Public function

FSlateWidgetStyle()

Default constructor.

Destructors

Name Description

Public function Virtual

~FSlateWidgetStyle()

Virtual Destructor.

Functions

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.

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