mirror of
https://github.com/ApfelTeeSaft/UnrealEvent.git
synced 2026-08-26 19:33:43 +00:00
73 lines
4.8 KiB
C++
73 lines
4.8 KiB
C++
#pragma once
|
|
|
|
/*
|
|
* SDK generated by Dumper-7
|
|
*
|
|
* https://github.com/Encryqed/Dumper-7
|
|
*/
|
|
|
|
// Package: AthenaBannerSelectModal
|
|
|
|
#include "Basic.hpp"
|
|
|
|
#include "Engine_structs.hpp"
|
|
#include "FortniteUI_classes.hpp"
|
|
|
|
|
|
namespace SDK
|
|
{
|
|
|
|
// WidgetBlueprintGeneratedClass AthenaBannerSelectModal.AthenaBannerSelectModal_C
|
|
// 0x0060 (0x03A8 - 0x0348)
|
|
class UAthenaBannerSelectModal_C final : public UFortActivatablePanel
|
|
{
|
|
public:
|
|
struct FPointerToUberGraphFrame UberGraphFrame; // 0x0348(0x0008)(ZeroConstructor, Transient, DuplicateTransient)
|
|
class UCommonBorder* BorderTouch; // 0x0350(0x0008)(BlueprintVisible, ExportObject, ZeroConstructor, InstancedReference, IsPlainOldData, RepSkip, NoDestructor, PersistentInstance, HasGetValueTypeHash)
|
|
class UBP_LocalPlayerBannerEditor_C* BP_LocalPlayerBannerEditor; // 0x0358(0x0008)(BlueprintVisible, ExportObject, ZeroConstructor, InstancedReference, IsPlainOldData, RepSkip, NoDestructor, PersistentInstance, HasGetValueTypeHash)
|
|
class ULightbox_C* Lightbox; // 0x0360(0x0008)(BlueprintVisible, ExportObject, ZeroConstructor, InstancedReference, IsPlainOldData, RepSkip, NoDestructor, PersistentInstance, HasGetValueTypeHash)
|
|
struct FDataTableRowHandle CloseAction; // 0x0368(0x0010)(Edit, BlueprintVisible, DisableEditOnInstance, NoDestructor)
|
|
class FName LastChosenIcon; // 0x0378(0x0008)(Edit, BlueprintVisible, ZeroConstructor, DisableEditOnInstance, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
|
|
class FName LastChosenColor; // 0x0380(0x0008)(Edit, BlueprintVisible, ZeroConstructor, DisableEditOnInstance, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
|
|
struct FDataTableRowHandle PreviousAction; // 0x0388(0x0010)(Edit, BlueprintVisible, DisableEditOnInstance, NoDestructor)
|
|
struct FDataTableRowHandle NextAction; // 0x0398(0x0010)(Edit, BlueprintVisible, DisableEditOnInstance, NoDestructor)
|
|
|
|
public:
|
|
void ExecuteUbergraph_AthenaBannerSelectModal(int32 EntryPoint);
|
|
void Close();
|
|
void OnActivated();
|
|
void OnDeactivated();
|
|
void BndEvt__BP_LocalPlayerBannerEditor_K2Node_ComponentBoundEvent_18_CloseBannerEditor__DelegateSignature(class FName IconId, class FName ColorId);
|
|
void BndEvt__BP_LocalPlayerProfileManagement_K2Node_ComponentBoundEvent_14_CloseProfileModal__DelegateSignature();
|
|
void Construct();
|
|
void HandleCloseAction(bool* PassThrough);
|
|
void Setup_Input_Action_Handlers();
|
|
void HandlePreviousAction(bool* PassThrough);
|
|
void HandleNextAction(bool* PassThrough);
|
|
struct FEventReply On_BorderTouch_MouseButtonDown_0(const struct FGeometry& MyGeometry, const struct FPointerEvent& MouseEvent);
|
|
|
|
public:
|
|
static class UClass* StaticClass()
|
|
{
|
|
return StaticBPGeneratedClassImpl<"AthenaBannerSelectModal_C">();
|
|
}
|
|
static class UAthenaBannerSelectModal_C* GetDefaultObj()
|
|
{
|
|
return GetDefaultObjImpl<UAthenaBannerSelectModal_C>();
|
|
}
|
|
};
|
|
static_assert(alignof(UAthenaBannerSelectModal_C) == 0x000008, "Wrong alignment on UAthenaBannerSelectModal_C");
|
|
static_assert(sizeof(UAthenaBannerSelectModal_C) == 0x0003A8, "Wrong size on UAthenaBannerSelectModal_C");
|
|
static_assert(offsetof(UAthenaBannerSelectModal_C, UberGraphFrame) == 0x000348, "Member 'UAthenaBannerSelectModal_C::UberGraphFrame' has a wrong offset!");
|
|
static_assert(offsetof(UAthenaBannerSelectModal_C, BorderTouch) == 0x000350, "Member 'UAthenaBannerSelectModal_C::BorderTouch' has a wrong offset!");
|
|
static_assert(offsetof(UAthenaBannerSelectModal_C, BP_LocalPlayerBannerEditor) == 0x000358, "Member 'UAthenaBannerSelectModal_C::BP_LocalPlayerBannerEditor' has a wrong offset!");
|
|
static_assert(offsetof(UAthenaBannerSelectModal_C, Lightbox) == 0x000360, "Member 'UAthenaBannerSelectModal_C::Lightbox' has a wrong offset!");
|
|
static_assert(offsetof(UAthenaBannerSelectModal_C, CloseAction) == 0x000368, "Member 'UAthenaBannerSelectModal_C::CloseAction' has a wrong offset!");
|
|
static_assert(offsetof(UAthenaBannerSelectModal_C, LastChosenIcon) == 0x000378, "Member 'UAthenaBannerSelectModal_C::LastChosenIcon' has a wrong offset!");
|
|
static_assert(offsetof(UAthenaBannerSelectModal_C, LastChosenColor) == 0x000380, "Member 'UAthenaBannerSelectModal_C::LastChosenColor' has a wrong offset!");
|
|
static_assert(offsetof(UAthenaBannerSelectModal_C, PreviousAction) == 0x000388, "Member 'UAthenaBannerSelectModal_C::PreviousAction' has a wrong offset!");
|
|
static_assert(offsetof(UAthenaBannerSelectModal_C, NextAction) == 0x000398, "Member 'UAthenaBannerSelectModal_C::NextAction' has a wrong offset!");
|
|
|
|
}
|
|
|