Files
Alphanium/CppSDK/SDK/NotificationWindow_classes.hpp

91 lines
6.4 KiB
C++

#pragma once
/*
* SDK generated by Dumper-7
*
* https://github.com/Encryqed/Dumper-7
*/
// Package: NotificationWindow
#include "Basic.hpp"
#include "FortniteUI_structs.hpp"
#include "FortniteUI_classes.hpp"
#include "Engine_structs.hpp"
#pragma pack(push, 0x4)
namespace SDK
{
// WidgetBlueprintGeneratedClass NotificationWindow.NotificationWindow_C
// 0x0084 (0x02C8 - 0x0244)
class UNotificationWindow_C final : public UFortUserWidget
{
public:
struct FPointerToUberGraphFrame UberGraphFrame; // 0x0244(0x0004)(ZeroConstructor, Transient, DuplicateTransient)
class UNotificationBox_C* NotificationBox; // 0x0248(0x0004)(BlueprintVisible, ZeroConstructor, Transient, IsPlainOldData, RepSkip, NoDestructor)
class UObject* NewNotificationData; // 0x024C(0x0004)(Edit, BlueprintVisible, ZeroConstructor, DisableEditOnInstance, IsPlainOldData, NoDestructor)
UMulticastDelegateProperty_ OnTimerComplete; // 0x0250(0x000C)(Edit, BlueprintVisible, ZeroConstructor, DisableEditOnInstance, BlueprintAssignable, BlueprintCallable)
float AnimationFinishedDelay; // 0x025C(0x0004)(Edit, BlueprintVisible, ZeroConstructor, DisableEditOnInstance, IsPlainOldData, NoDestructor)
class UObject* FriendNotificationTemp; // 0x0260(0x0004)(Edit, BlueprintVisible, ZeroConstructor, DisableEditOnInstance, IsPlainOldData, NoDestructor)
bool CurrentlyProcessingNotification; // 0x0264(0x0001)(Edit, BlueprintVisible, ZeroConstructor, DisableEditOnInstance, IsPlainOldData, NoDestructor)
uint8 Pad_265[0x3]; // 0x0265(0x0003)(Fixing Size After Last Property [ Dumper-7 ])
struct FFortDialogDescription CurrentNotification; // 0x0268(0x0050)(Edit, BlueprintVisible, DisableEditOnInstance)
class USoundBase* Sound_Invite_Sent; // 0x02B8(0x0004)(Edit, BlueprintVisible, ZeroConstructor, DisableEditOnInstance, IsPlainOldData, NoDestructor)
class USoundBase* Sound_Invite_Received; // 0x02BC(0x0004)(Edit, BlueprintVisible, ZeroConstructor, DisableEditOnInstance, IsPlainOldData, NoDestructor)
class USoundBase* Sound_Invite_Accepted; // 0x02C0(0x0004)(Edit, BlueprintVisible, ZeroConstructor, DisableEditOnInstance, IsPlainOldData, NoDestructor)
bool NewVar_0; // 0x02C4(0x0001)(Edit, BlueprintVisible, ZeroConstructor, DisableEditOnInstance, IsPlainOldData, NoDestructor)
public:
void ExecuteUbergraph_NotificationWindow(int32 EntryPoint);
void BndEvt__NotificationBox_K2Node_ComponentBoundEvent_558_OnIgnored__DelegateSignature();
void Destruct();
void HandleNotificationAvailable();
void BndEvt__NotificationBox_K2Node_ComponentBoundEvent_694_OnOutroComplete__DelegateSignature();
void BndEvt__NotificationBox_K2Node_ComponentBoundEvent_685_OnIntroComplete__DelegateSignature();
void BndEvt__NotificationBox_K2Node_ComponentBoundEvent_141_OnMouseLeft__DelegateSignature();
void BndEvt__NotificationBox_K2Node_ComponentBoundEvent_116_OnMouseEntered__DelegateSignature();
void NextAnimation();
void BndEvt__NotificationBox_K2Node_ComponentBoundEvent_55_OnConfirmed__DelegateSignature();
void Construct();
void StartNotification(const struct FFortDialogDescription& NotificationDescription);
void RegisterNotificationHandler();
void SetTitle(class FText& InText);
void SetMessage(class FText& InText);
void SetAcceptButton(class FText& InText);
void SetIgnoreButton(class FText& InText);
void FinishHandlingNotification();
void TryConsumeNextNotification();
void PlayFeedback(EFortDialogFeedbackType FeedBackType);
public:
static class UClass* StaticClass()
{
return StaticBPGeneratedClassImpl<"NotificationWindow_C">();
}
static class UNotificationWindow_C* GetDefaultObj()
{
return GetDefaultObjImpl<UNotificationWindow_C>();
}
};
static_assert(alignof(UNotificationWindow_C) == 0x000004, "Wrong alignment on UNotificationWindow_C");
static_assert(sizeof(UNotificationWindow_C) == 0x0002C8, "Wrong size on UNotificationWindow_C");
static_assert(offsetof(UNotificationWindow_C, UberGraphFrame) == 0x000244, "Member 'UNotificationWindow_C::UberGraphFrame' has a wrong offset!");
static_assert(offsetof(UNotificationWindow_C, NotificationBox) == 0x000248, "Member 'UNotificationWindow_C::NotificationBox' has a wrong offset!");
static_assert(offsetof(UNotificationWindow_C, NewNotificationData) == 0x00024C, "Member 'UNotificationWindow_C::NewNotificationData' has a wrong offset!");
static_assert(offsetof(UNotificationWindow_C, OnTimerComplete) == 0x000250, "Member 'UNotificationWindow_C::OnTimerComplete' has a wrong offset!");
static_assert(offsetof(UNotificationWindow_C, AnimationFinishedDelay) == 0x00025C, "Member 'UNotificationWindow_C::AnimationFinishedDelay' has a wrong offset!");
static_assert(offsetof(UNotificationWindow_C, FriendNotificationTemp) == 0x000260, "Member 'UNotificationWindow_C::FriendNotificationTemp' has a wrong offset!");
static_assert(offsetof(UNotificationWindow_C, CurrentlyProcessingNotification) == 0x000264, "Member 'UNotificationWindow_C::CurrentlyProcessingNotification' has a wrong offset!");
static_assert(offsetof(UNotificationWindow_C, CurrentNotification) == 0x000268, "Member 'UNotificationWindow_C::CurrentNotification' has a wrong offset!");
static_assert(offsetof(UNotificationWindow_C, Sound_Invite_Sent) == 0x0002B8, "Member 'UNotificationWindow_C::Sound_Invite_Sent' has a wrong offset!");
static_assert(offsetof(UNotificationWindow_C, Sound_Invite_Received) == 0x0002BC, "Member 'UNotificationWindow_C::Sound_Invite_Received' has a wrong offset!");
static_assert(offsetof(UNotificationWindow_C, Sound_Invite_Accepted) == 0x0002C0, "Member 'UNotificationWindow_C::Sound_Invite_Accepted' has a wrong offset!");
static_assert(offsetof(UNotificationWindow_C, NewVar_0) == 0x0002C4, "Member 'UNotificationWindow_C::NewVar_0' has a wrong offset!");
}
#pragma pack(pop)