#pragma once /* * SDK generated by Dumper-7 * * https://github.com/Encryqed/Dumper-7 */ // Package: UI_Profile #include "Basic.hpp" #include "Engine_structs.hpp" #include "CyaTools_classes.hpp" #include "AkAudio_structs.hpp" namespace SDK { // WidgetBlueprintGeneratedClass UI_Profile.UI_Profile_C // 0x0080 (0x0428 - 0x03A8) class UUI_Profile_C final : public UCyaMenuWidget { public: struct FPointerToUberGraphFrame UberGraphFrame; // 0x03A8(0x0008)(ZeroConstructor, Transient, DuplicateTransient) class UUI_RetainerBox_ScalableText_C* RBS_Glow; // 0x03B0(0x0008)(BlueprintVisible, ExportObject, BlueprintReadOnly, ZeroConstructor, DisableEditOnInstance, InstancedReference, RepSkip, NoDestructor, PersistentInstance, HasGetValueTypeHash) class UUI_Profile_Slot_C* ProfileSlot_03; // 0x03B8(0x0008)(BlueprintVisible, ExportObject, BlueprintReadOnly, ZeroConstructor, DisableEditOnInstance, InstancedReference, RepSkip, NoDestructor, PersistentInstance, HasGetValueTypeHash) class UUI_Profile_Slot_C* ProfileSlot_02; // 0x03C0(0x0008)(BlueprintVisible, ExportObject, BlueprintReadOnly, ZeroConstructor, DisableEditOnInstance, InstancedReference, RepSkip, NoDestructor, PersistentInstance, HasGetValueTypeHash) class UUI_Profile_Slot_C* ProfileSlot_01; // 0x03C8(0x0008)(BlueprintVisible, ExportObject, BlueprintReadOnly, ZeroConstructor, DisableEditOnInstance, InstancedReference, RepSkip, NoDestructor, PersistentInstance, HasGetValueTypeHash) class UHorizontalBox* Input_last_save; // 0x03D0(0x0008)(BlueprintVisible, ExportObject, BlueprintReadOnly, ZeroConstructor, DisableEditOnInstance, InstancedReference, RepSkip, NoDestructor, PersistentInstance, HasGetValueTypeHash) class UHorizontalBox* Input_deletegame; // 0x03D8(0x0008)(BlueprintVisible, ExportObject, BlueprintReadOnly, ZeroConstructor, DisableEditOnInstance, InstancedReference, RepSkip, NoDestructor, PersistentInstance, HasGetValueTypeHash) class UUI_InputButton_Menu_C* Input_Back; // 0x03E0(0x0008)(BlueprintVisible, ExportObject, BlueprintReadOnly, ZeroConstructor, DisableEditOnInstance, InstancedReference, RepSkip, NoDestructor, PersistentInstance, HasGetValueTypeHash) class UHUD_HoldInput_C* HoldInput; // 0x03E8(0x0008)(BlueprintVisible, ExportObject, BlueprintReadOnly, ZeroConstructor, DisableEditOnInstance, InstancedReference, RepSkip, NoDestructor, PersistentInstance, HasGetValueTypeHash) class UWidgetAnimation* InAnimation; // 0x03F0(0x0008)(BlueprintVisible, BlueprintReadOnly, ZeroConstructor, Transient, RepSkip, NoDestructor, HasGetValueTypeHash) int32 ProfileToDelete; // 0x03F8(0x0004)(Edit, BlueprintVisible, ZeroConstructor, DisableEditOnInstance, IsPlainOldData, NoDestructor, HasGetValueTypeHash) uint8 Pad_3FC[0x4]; // 0x03FC(0x0004)(Fixing Size After Last Property [ Dumper-7 ]) class UUI_Profile_Slot_C* LastFocusedWidget; // 0x0400(0x0008)(Edit, BlueprintVisible, ZeroConstructor, DisableEditOnInstance, InstancedReference, NoDestructor, HasGetValueTypeHash) bool bIsHoldingDelete; // 0x0408(0x0001)(Edit, BlueprintVisible, ZeroConstructor, DisableEditOnInstance, IsPlainOldData, NoDestructor, HasGetValueTypeHash) uint8 Pad_409[0x7]; // 0x0409(0x0007)(Fixing Size After Last Property [ Dumper-7 ]) double StartHoldingTime; // 0x0410(0x0008)(Edit, BlueprintVisible, ZeroConstructor, DisableEditOnInstance, IsPlainOldData, NoDestructor, HasGetValueTypeHash) double MaxHoldingTime; // 0x0418(0x0008)(Edit, BlueprintVisible, ZeroConstructor, DisableEditOnInstance, IsPlainOldData, NoDestructor, HasGetValueTypeHash) class UObject* DeleteInput; // 0x0420(0x0008)(Edit, BlueprintVisible, ZeroConstructor, DisableEditOnInstance, NoDestructor, HasGetValueTypeHash) public: void CheckKeyEvent(const struct FKeyEvent& KeyEvent, class UInputAction* Action, bool* Equal); void Close_Save(); void ConfirmSupression(); void Construct(); void CustomEvent(); void DeleteHoveredProfile(); void DummyEvent(); void ExecuteUbergraph_UI_Profile(int32 EntryPoint); void OnFocusChanged(class UUI_Profile_Slot_C* ProfileFocused); struct FEventReply OnFocusReceived(const struct FGeometry& MyGeometry, const struct FFocusEvent& InFocusEvent); struct FEventReply OnKeyDown(const struct FGeometry& MyGeometry, const struct FKeyEvent& InKeyEvent); struct FEventReply OnKeyUp(const struct FGeometry& MyGeometry, const struct FKeyEvent& InKeyEvent); void OnMenuClosed_Event(); void OpenRespectingMenu(class UUserWidget* ProfileButton, bool bIsNewGame); void Tick(const struct FGeometry& MyGeometry, float InDeltaTime); void UpdateHoldingDelete(); void UpdateVisuals(); public: static class UClass* StaticClass() { BP_STATIC_CLASS_IMPL("UI_Profile_C") } static const class FName& StaticName() { STATIC_NAME_IMPL(L"UI_Profile_C") } static class UUI_Profile_C* GetDefaultObj() { return GetDefaultObjImpl(); } }; DUMPER7_ASSERTS_UUI_Profile_C; }