mirror of
https://github.com/ApfelTeeSaft/Alphanium.git
synced 2026-08-27 03:33:27 +00:00
99 lines
7.4 KiB
C++
99 lines
7.4 KiB
C++
#pragma once
|
|
|
|
/*
|
|
* SDK generated by Dumper-7
|
|
*
|
|
* https://github.com/Encryqed/Dumper-7
|
|
*/
|
|
|
|
// Package: NotificationBox
|
|
|
|
#include "Basic.hpp"
|
|
|
|
#include "Engine_structs.hpp"
|
|
#include "UMG_classes.hpp"
|
|
|
|
|
|
#pragma pack(push, 0x4)
|
|
namespace SDK
|
|
{
|
|
|
|
// WidgetBlueprintGeneratedClass NotificationBox.NotificationBox_C
|
|
// 0x0074 (0x022C - 0x01B8)
|
|
class UNotificationBox_C final : public UUserWidget
|
|
{
|
|
public:
|
|
struct FPointerToUberGraphFrame UberGraphFrame; // 0x01B8(0x0004)(ZeroConstructor, Transient, DuplicateTransient)
|
|
class UWidgetAnimation* _Anim__Outro; // 0x01BC(0x0004)(BlueprintVisible, ZeroConstructor, Transient, IsPlainOldData, RepSkip, NoDestructor)
|
|
class UWidgetAnimation* _Anim__Intro; // 0x01C0(0x0004)(BlueprintVisible, ZeroConstructor, Transient, IsPlainOldData, RepSkip, NoDestructor)
|
|
class UImage* _Image__Icon; // 0x01C4(0x0004)(BlueprintVisible, ZeroConstructor, Transient, IsPlainOldData, RepSkip, NoDestructor)
|
|
class USizeBox* _Size_Box__Icon; // 0x01C8(0x0004)(BlueprintVisible, ZeroConstructor, Transient, IsPlainOldData, RepSkip, NoDestructor)
|
|
class UTextBlock* _Text__Message; // 0x01CC(0x0004)(BlueprintVisible, ZeroConstructor, Transient, IsPlainOldData, RepSkip, NoDestructor)
|
|
class UTextBlock* _Text__Title; // 0x01D0(0x0004)(BlueprintVisible, ZeroConstructor, Transient, IsPlainOldData, RepSkip, NoDestructor)
|
|
class UBorder* Border; // 0x01D4(0x0004)(BlueprintVisible, ZeroConstructor, Transient, IsPlainOldData, RepSkip, NoDestructor)
|
|
class UButtonIconText_C* Button_1; // 0x01D8(0x0004)(BlueprintVisible, ZeroConstructor, Transient, IsPlainOldData, RepSkip, NoDestructor)
|
|
class UButtonIconText_C* Button_2; // 0x01DC(0x0004)(BlueprintVisible, ZeroConstructor, Transient, IsPlainOldData, RepSkip, NoDestructor)
|
|
class UHorizontalBox* HorizontalBox; // 0x01E0(0x0004)(BlueprintVisible, ZeroConstructor, Transient, IsPlainOldData, RepSkip, NoDestructor)
|
|
UMulticastDelegateProperty_ OnConfirmed; // 0x01E4(0x000C)(Edit, BlueprintVisible, ZeroConstructor, DisableEditOnInstance, BlueprintAssignable, BlueprintCallable)
|
|
UMulticastDelegateProperty_ OnIgnored; // 0x01F0(0x000C)(Edit, BlueprintVisible, ZeroConstructor, DisableEditOnInstance, BlueprintAssignable, BlueprintCallable)
|
|
UMulticastDelegateProperty_ OnMouseEntered; // 0x01FC(0x000C)(Edit, BlueprintVisible, ZeroConstructor, DisableEditOnInstance, BlueprintAssignable, BlueprintCallable)
|
|
UMulticastDelegateProperty_ OnMouseLeft; // 0x0208(0x000C)(Edit, BlueprintVisible, ZeroConstructor, DisableEditOnInstance, BlueprintAssignable, BlueprintCallable)
|
|
UMulticastDelegateProperty_ OnIntroComplete; // 0x0214(0x000C)(Edit, BlueprintVisible, ZeroConstructor, DisableEditOnInstance, BlueprintAssignable, BlueprintCallable)
|
|
UMulticastDelegateProperty_ OnOutroComplete; // 0x0220(0x000C)(Edit, BlueprintVisible, ZeroConstructor, DisableEditOnInstance, BlueprintAssignable, BlueprintCallable)
|
|
|
|
public:
|
|
void ExecuteUbergraph_NotificationBox(int32 EntryPoint);
|
|
void HandleOutroComplete();
|
|
void HandleIntroComplete();
|
|
void BndEvt__Button_2_K2Node_ComponentBoundEvent_501_FortBaseButtonClicked__DelegateSignature(class UFortBaseButton* Button);
|
|
void BndEvt__Button_1_K2Node_ComponentBoundEvent_490_FortBaseButtonClicked__DelegateSignature(class UFortBaseButton* Button);
|
|
void OnMouseLeave(const struct FPointerEvent& MouseEvent);
|
|
void OnMouseEnter(const struct FGeometry& MyGeometry, const struct FPointerEvent& MouseEvent);
|
|
void Construct();
|
|
void ShowMessage(const class FText& Message);
|
|
void ShowAcceptButton(const class FText& ButtonName);
|
|
void ShowIgnoreButton(const class FText& ButtonName);
|
|
void HideAcceptButton();
|
|
void HideIgnoreButton();
|
|
void Intro();
|
|
void Outro();
|
|
void SetTitle(const class FText& Title);
|
|
void SetIcon(const struct FSlateBrush& Icon_Brush);
|
|
void ShowTitle(const class FText& Title);
|
|
void HideTitle();
|
|
void HideMessage();
|
|
|
|
public:
|
|
static class UClass* StaticClass()
|
|
{
|
|
return StaticBPGeneratedClassImpl<"NotificationBox_C">();
|
|
}
|
|
static class UNotificationBox_C* GetDefaultObj()
|
|
{
|
|
return GetDefaultObjImpl<UNotificationBox_C>();
|
|
}
|
|
};
|
|
static_assert(alignof(UNotificationBox_C) == 0x000004, "Wrong alignment on UNotificationBox_C");
|
|
static_assert(sizeof(UNotificationBox_C) == 0x00022C, "Wrong size on UNotificationBox_C");
|
|
static_assert(offsetof(UNotificationBox_C, UberGraphFrame) == 0x0001B8, "Member 'UNotificationBox_C::UberGraphFrame' has a wrong offset!");
|
|
static_assert(offsetof(UNotificationBox_C, _Anim__Outro) == 0x0001BC, "Member 'UNotificationBox_C::_Anim__Outro' has a wrong offset!");
|
|
static_assert(offsetof(UNotificationBox_C, _Anim__Intro) == 0x0001C0, "Member 'UNotificationBox_C::_Anim__Intro' has a wrong offset!");
|
|
static_assert(offsetof(UNotificationBox_C, _Image__Icon) == 0x0001C4, "Member 'UNotificationBox_C::_Image__Icon' has a wrong offset!");
|
|
static_assert(offsetof(UNotificationBox_C, _Size_Box__Icon) == 0x0001C8, "Member 'UNotificationBox_C::_Size_Box__Icon' has a wrong offset!");
|
|
static_assert(offsetof(UNotificationBox_C, _Text__Message) == 0x0001CC, "Member 'UNotificationBox_C::_Text__Message' has a wrong offset!");
|
|
static_assert(offsetof(UNotificationBox_C, _Text__Title) == 0x0001D0, "Member 'UNotificationBox_C::_Text__Title' has a wrong offset!");
|
|
static_assert(offsetof(UNotificationBox_C, Border) == 0x0001D4, "Member 'UNotificationBox_C::Border' has a wrong offset!");
|
|
static_assert(offsetof(UNotificationBox_C, Button_1) == 0x0001D8, "Member 'UNotificationBox_C::Button_1' has a wrong offset!");
|
|
static_assert(offsetof(UNotificationBox_C, Button_2) == 0x0001DC, "Member 'UNotificationBox_C::Button_2' has a wrong offset!");
|
|
static_assert(offsetof(UNotificationBox_C, HorizontalBox) == 0x0001E0, "Member 'UNotificationBox_C::HorizontalBox' has a wrong offset!");
|
|
static_assert(offsetof(UNotificationBox_C, OnConfirmed) == 0x0001E4, "Member 'UNotificationBox_C::OnConfirmed' has a wrong offset!");
|
|
static_assert(offsetof(UNotificationBox_C, OnIgnored) == 0x0001F0, "Member 'UNotificationBox_C::OnIgnored' has a wrong offset!");
|
|
static_assert(offsetof(UNotificationBox_C, OnMouseEntered) == 0x0001FC, "Member 'UNotificationBox_C::OnMouseEntered' has a wrong offset!");
|
|
static_assert(offsetof(UNotificationBox_C, OnMouseLeft) == 0x000208, "Member 'UNotificationBox_C::OnMouseLeft' has a wrong offset!");
|
|
static_assert(offsetof(UNotificationBox_C, OnIntroComplete) == 0x000214, "Member 'UNotificationBox_C::OnIntroComplete' has a wrong offset!");
|
|
static_assert(offsetof(UNotificationBox_C, OnOutroComplete) == 0x000220, "Member 'UNotificationBox_C::OnOutroComplete' has a wrong offset!");
|
|
|
|
}
|
|
|
|
#pragma pack(pop)
|