SCommonAnimatedSwitcher

Windows
MacOS
Linux

Inheritance Hierarchy

References

Module

CommonUI

Header

/Engine/Plugins/Experimental/CommonUI/Source/CommonUI/Public/Slate/SCommonAnimatedSwitcher.h

Include

#include "Slate/SCommonAnimatedSwitcher.h"

Syntax

class SCommonAnimatedSwitcher : public SWidgetSwitcher

Functions

Name Description

Public function

void

 

Construct

(
    const FArguments& InArgs
)

Public function

FSlot *

 

GetChildSlot

(
    int32 SlotIndex
)

Public function

void

 

TransitionToIndex

(
    int32 NewWidgetIndex,
    bool bInstantTransition
)

Overridden from SWidget

Name Description

Public function Virtual Const

int32

 

OnPaint

(
    const FPaintArgs& Args,
    const FGeometry& AllottedGeometry,
    const FSlateRect& MyCullingRect,
    FSlateWindowElementList& OutDrawEl...,
    int32 LayerId,
    const FWidgetStyle& InWidgetStyle,
    bool bParentEnabled
)

The widget should respond by populating the OutDrawElements array with FDrawElements that represent it and any of its children.

Classes

Name

Description

Public struct

FArguments

Typedefs

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