UWidgetLayoutLibrary::SlotAsWidgetSwitcherSlot

Gets the slot object on the child widget as a Widget Switcher Slot, allowing you to manipulate its information.

Windows
MacOS
Linux

References

Module

UMG

Header

/Engine/Source/Runtime/UMG/Public/Blueprint/WidgetLayoutLibrary.h

Include

#include "Blueprint/WidgetLayoutLibrary.h"

Source

/Engine/Source/Runtime/UMG/Private/WidgetLayoutLibrary.cpp

Syntax

static UWidgetSwitcherSlot * SlotAsWidgetSwitcherSlot
(
    UWidget * Widget
)

Remarks

Gets the slot object on the child widget as a Widget Switcher Slot, allowing you to manipulate its information.

Parameters

Parameter

Description

Widget

The child widget of a Widget Switcher Slot.

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