UArchonScreen > UArchonUserWidget > UArchonUserWidgetBase > UUserWidget > UWidget > UVisual > UObject
namespace Offsets { namespace Classes { // Inheritance: UArchonScreen > UArchonUserWidget > UArchonUserWidgetBase > UUserWidget > UWidget > UVisual > UObject namespace USupportCreatorScreen { constexpr auto NameInput = 0x4b0; // UArchonEditableTextBox* constexpr auto ValidationDelaySeconds = 0x4b8; // float constexpr auto CurrentCreatorName = 0x4c0; // FText } } }
public static class Offsets { public static class Classes { // Inheritance: UArchonScreen > UArchonUserWidget > UArchonUserWidgetBase > UUserWidget > UWidget > UVisual > UObject public static class USupportCreatorScreen { public const UInt16 NameInput = 0x4b0; // UArchonEditableTextBox* public const UInt16 ValidationDelaySeconds = 0x4b8; // float public const UInt16 CurrentCreatorName = 0x4c0; // FText } } }