mirror of
https://github.com/ApfelTeeSaft/UnrealEvent.git
synced 2026-08-26 19:33:43 +00:00
92 lines
7.3 KiB
C++
92 lines
7.3 KiB
C++
#pragma once
|
|
|
|
/*
|
|
* SDK generated by Dumper-7
|
|
*
|
|
* https://github.com/Encryqed/Dumper-7
|
|
*/
|
|
|
|
// Package: CreativeMinigameGameKnobsModal
|
|
|
|
#include "Basic.hpp"
|
|
|
|
#include "Engine_structs.hpp"
|
|
#include "FortniteUI_classes.hpp"
|
|
#include "FortniteGame_structs.hpp"
|
|
#include "UMG_structs.hpp"
|
|
|
|
|
|
namespace SDK
|
|
{
|
|
|
|
// WidgetBlueprintGeneratedClass CreativeMinigameGameKnobsModal.CreativeMinigameGameKnobsModal_C
|
|
// 0x0080 (0x04F0 - 0x0470)
|
|
class UCreativeMinigameGameKnobsModal_C final : public UFortMatchmakingKnobsModal
|
|
{
|
|
public:
|
|
struct FPointerToUberGraphFrame UberGraphFrame; // 0x0470(0x0008)(ZeroConstructor, Transient, DuplicateTransient)
|
|
class UWidgetAnimation* Out; // 0x0478(0x0008)(BlueprintVisible, BlueprintReadOnly, ZeroConstructor, Transient, IsPlainOldData, RepSkip, NoDestructor, HasGetValueTypeHash)
|
|
class UWidgetAnimation* In; // 0x0480(0x0008)(BlueprintVisible, BlueprintReadOnly, ZeroConstructor, Transient, IsPlainOldData, RepSkip, NoDestructor, HasGetValueTypeHash)
|
|
class UImage* ConfirmSelectionShine; // 0x0488(0x0008)(BlueprintVisible, ExportObject, ZeroConstructor, InstancedReference, IsPlainOldData, RepSkip, NoDestructor, PersistentInstance, HasGetValueTypeHash)
|
|
class UMinigameButtons_C* MinigameButtons; // 0x0490(0x0008)(BlueprintVisible, ExportObject, ZeroConstructor, InstancedReference, IsPlainOldData, RepSkip, NoDestructor, PersistentInstance, HasGetValueTypeHash)
|
|
class UCommonBorder* ModalContent; // 0x0498(0x0008)(BlueprintVisible, ExportObject, ZeroConstructor, InstancedReference, IsPlainOldData, RepSkip, NoDestructor, PersistentInstance, HasGetValueTypeHash)
|
|
class UOverlay* ModalOverlay; // 0x04A0(0x0008)(BlueprintVisible, ExportObject, ZeroConstructor, InstancedReference, IsPlainOldData, RepSkip, NoDestructor, PersistentInstance, HasGetValueTypeHash)
|
|
class UCommonTextBlock* OptionDisplayName; // 0x04A8(0x0008)(BlueprintVisible, ExportObject, ZeroConstructor, InstancedReference, IsPlainOldData, RepSkip, NoDestructor, PersistentInstance, HasGetValueTypeHash)
|
|
class UWidgetSwitcher* WidgetSwitcher_0; // 0x04B0(0x0008)(BlueprintVisible, ExportObject, ZeroConstructor, InstancedReference, IsPlainOldData, RepSkip, NoDestructor, PersistentInstance, HasGetValueTypeHash)
|
|
class UWidgetSwitcher* WidgetSwitcher_1; // 0x04B8(0x0008)(BlueprintVisible, ExportObject, ZeroConstructor, InstancedReference, IsPlainOldData, RepSkip, NoDestructor, PersistentInstance, HasGetValueTypeHash)
|
|
TArray<class FString> DebugOptions; // 0x04C0(0x0010)(Edit, BlueprintVisible, ZeroConstructor, DisableEditOnInstance)
|
|
TArray<class UObject*> ListItems; // 0x04D0(0x0010)(Edit, BlueprintVisible, ZeroConstructor, DisableEditOnInstance)
|
|
UMulticastDelegateProperty_ OnClose; // 0x04E0(0x0010)(Edit, BlueprintVisible, ZeroConstructor, DisableEditOnInstance, BlueprintAssignable, BlueprintCallable)
|
|
|
|
public:
|
|
void OnClose__DelegateSignature();
|
|
void ExecuteUbergraph_CreativeMinigameGameKnobsModal(int32 EntryPoint);
|
|
void HandleNoOptionsLoaded();
|
|
void UpdateStartEndButtons();
|
|
void BndEvt__MinigameButtons_K2Node_ComponentBoundEvent_5_EndButtonClicked__DelegateSignature();
|
|
void BndEvt__MinigameButtons_K2Node_ComponentBoundEvent_4_StartButtonClicked__DelegateSignature();
|
|
void OnMinigameStateChanged(EFortMinigameState MinigameState);
|
|
void OnInit();
|
|
void AnimateIn();
|
|
void Construct();
|
|
void BndEvt__IconTextButton_C_0_K2Node_ComponentBoundEvent_3_CommonButtonClicked__DelegateSignature(class UCommonButton* Button);
|
|
void OnMinigameSettingsMachineSet();
|
|
void HandleCancelClicked();
|
|
void BndEvt__AcceptButton_K2Node_ComponentBoundEvent_2_CommonButtonClicked__DelegateSignature(class UCommonButton* Button);
|
|
void Close();
|
|
void OnInputModeChanged(bool bUsingGamepad);
|
|
void OnActivated();
|
|
struct FEventReply OnTouchStarted(const struct FGeometry& MyGeometry, const struct FPointerEvent& InTouchEvent);
|
|
struct FEventReply OnFocusReceived(const struct FGeometry& MyGeometry, const struct FFocusEvent& InFocusEvent);
|
|
void Player_in_Read_Only_Volume_(bool* bInReadOnlyVolume);
|
|
void EndGame();
|
|
|
|
public:
|
|
static class UClass* StaticClass()
|
|
{
|
|
return StaticBPGeneratedClassImpl<"CreativeMinigameGameKnobsModal_C">();
|
|
}
|
|
static class UCreativeMinigameGameKnobsModal_C* GetDefaultObj()
|
|
{
|
|
return GetDefaultObjImpl<UCreativeMinigameGameKnobsModal_C>();
|
|
}
|
|
};
|
|
static_assert(alignof(UCreativeMinigameGameKnobsModal_C) == 0x000008, "Wrong alignment on UCreativeMinigameGameKnobsModal_C");
|
|
static_assert(sizeof(UCreativeMinigameGameKnobsModal_C) == 0x0004F0, "Wrong size on UCreativeMinigameGameKnobsModal_C");
|
|
static_assert(offsetof(UCreativeMinigameGameKnobsModal_C, UberGraphFrame) == 0x000470, "Member 'UCreativeMinigameGameKnobsModal_C::UberGraphFrame' has a wrong offset!");
|
|
static_assert(offsetof(UCreativeMinigameGameKnobsModal_C, Out) == 0x000478, "Member 'UCreativeMinigameGameKnobsModal_C::Out' has a wrong offset!");
|
|
static_assert(offsetof(UCreativeMinigameGameKnobsModal_C, In) == 0x000480, "Member 'UCreativeMinigameGameKnobsModal_C::In' has a wrong offset!");
|
|
static_assert(offsetof(UCreativeMinigameGameKnobsModal_C, ConfirmSelectionShine) == 0x000488, "Member 'UCreativeMinigameGameKnobsModal_C::ConfirmSelectionShine' has a wrong offset!");
|
|
static_assert(offsetof(UCreativeMinigameGameKnobsModal_C, MinigameButtons) == 0x000490, "Member 'UCreativeMinigameGameKnobsModal_C::MinigameButtons' has a wrong offset!");
|
|
static_assert(offsetof(UCreativeMinigameGameKnobsModal_C, ModalContent) == 0x000498, "Member 'UCreativeMinigameGameKnobsModal_C::ModalContent' has a wrong offset!");
|
|
static_assert(offsetof(UCreativeMinigameGameKnobsModal_C, ModalOverlay) == 0x0004A0, "Member 'UCreativeMinigameGameKnobsModal_C::ModalOverlay' has a wrong offset!");
|
|
static_assert(offsetof(UCreativeMinigameGameKnobsModal_C, OptionDisplayName) == 0x0004A8, "Member 'UCreativeMinigameGameKnobsModal_C::OptionDisplayName' has a wrong offset!");
|
|
static_assert(offsetof(UCreativeMinigameGameKnobsModal_C, WidgetSwitcher_0) == 0x0004B0, "Member 'UCreativeMinigameGameKnobsModal_C::WidgetSwitcher_0' has a wrong offset!");
|
|
static_assert(offsetof(UCreativeMinigameGameKnobsModal_C, WidgetSwitcher_1) == 0x0004B8, "Member 'UCreativeMinigameGameKnobsModal_C::WidgetSwitcher_1' has a wrong offset!");
|
|
static_assert(offsetof(UCreativeMinigameGameKnobsModal_C, DebugOptions) == 0x0004C0, "Member 'UCreativeMinigameGameKnobsModal_C::DebugOptions' has a wrong offset!");
|
|
static_assert(offsetof(UCreativeMinigameGameKnobsModal_C, ListItems) == 0x0004D0, "Member 'UCreativeMinigameGameKnobsModal_C::ListItems' has a wrong offset!");
|
|
static_assert(offsetof(UCreativeMinigameGameKnobsModal_C, OnClose) == 0x0004E0, "Member 'UCreativeMinigameGameKnobsModal_C::OnClose' has a wrong offset!");
|
|
|
|
}
|
|
|