FExpandableAreaStyle

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

Windows
MacOS
Linux

Inheritance Hierarchy

FSlateWidgetStyle

FExpandableAreaStyle

References

Module

SlateCore

Header

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

Include

#include "Styling/SlateTypes.h"

Syntax

struct FExpandableAreaStyle : public FSlateWidgetStyle

Remarks

Represents the appearance of an SExpandableArea

Variables

Name Description

Public variable

FSlateBrush

 

CollapsedImage

Image to use when the area is collapsed

Public variable

FSlateBrush

 

ExpandedImage

Image to use when the area is expanded

Public variable

float

 

RolloutAnimationSeconds

How long the rollout animation lasts

Constructors

Name Description

Public function

FExpandableAreaStyle()

Destructors

Name Description

Public function Virtual

~FExpandableAreaStyle()

Functions

Name Description

Public function Static

const FExpan...

 

GetDefault()

Public function

FExpandableA...

 

SetCollapsedImage

(
    const FSlateBrush& InCollapsedImag...
)

Public function

FExpandableA...

 

SetExpandedImage

(
    const FSlateBrush& InExpandedImage
)

Public function

FExpandableA...

 

SetRolloutAnimationSeconds

(
    float InLengthSeconds
)

Public function

void

 

UnlinkColors()

Unlinks all colors in this style.

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