Disclaimer If you use the site often and enjoy it, consider donating to help me cover the server costs, and motivate me to spend my time on this project. (Donate) (Crypto)
UPanelWidget > UWidget > UVisual > UObject
A widget switcher is like a tab control, but without tabs. At most one widget is visible at time.
The slot index to display
namespace Offsets { namespace Classes { // Inheritance: UPanelWidget > UWidget > UVisual > UObject namespace UWidgetSwitcher { constexpr auto ActiveWidgetIndex = 0x120; // int32_t } } }
public static class Offsets { public static class Classes { // Inheritance: UPanelWidget > UWidget > UVisual > UObject public static class UWidgetSwitcher { public const UInt16 ActiveWidgetIndex = 0x120; // int32_t } } }