mirror of
https://github.com/ApfelTeeSaft/UnrealEvent.git
synced 2026-08-26 19:33:43 +00:00
54 lines
2.1 KiB
C++
54 lines
2.1 KiB
C++
#pragma once
|
|
|
|
/*
|
|
* SDK generated by Dumper-7
|
|
*
|
|
* https://github.com/Encryqed/Dumper-7
|
|
*/
|
|
|
|
// Package: CheckForMessageItems
|
|
|
|
#include "Basic.hpp"
|
|
|
|
#include "Engine_structs.hpp"
|
|
#include "FortniteGame_classes.hpp"
|
|
|
|
|
|
namespace SDK
|
|
{
|
|
|
|
// BlueprintGeneratedClass CheckForMessageItems.CheckForMessageItems_C
|
|
// 0x0018 (0x03A8 - 0x0390)
|
|
class ACheckForMessageItems_C final : public AFortScriptedAction
|
|
{
|
|
public:
|
|
struct FPointerToUberGraphFrame UberGraphFrame; // 0x0390(0x0008)(ZeroConstructor, Transient, DuplicateTransient)
|
|
class USceneComponent* DefaultSceneRoot; // 0x0398(0x0008)(BlueprintVisible, ZeroConstructor, InstancedReference, IsPlainOldData, NonTransactional, NoDestructor, HasGetValueTypeHash)
|
|
class UFortGiftBoxItem* GiftBox; // 0x03A0(0x0008)(Edit, BlueprintVisible, ZeroConstructor, DisableEditOnInstance, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
|
|
|
|
public:
|
|
void ExecuteUbergraph_CheckForMessageItems(int32 EntryPoint);
|
|
void Execute(const struct FFortScriptedActionParams& Params_0);
|
|
void UserConstructionScript();
|
|
void ShowMessage();
|
|
void Closed(class UCommonActivatablePanel* Param_Closed);
|
|
|
|
public:
|
|
static class UClass* StaticClass()
|
|
{
|
|
return StaticBPGeneratedClassImpl<"CheckForMessageItems_C">();
|
|
}
|
|
static class ACheckForMessageItems_C* GetDefaultObj()
|
|
{
|
|
return GetDefaultObjImpl<ACheckForMessageItems_C>();
|
|
}
|
|
};
|
|
static_assert(alignof(ACheckForMessageItems_C) == 0x000008, "Wrong alignment on ACheckForMessageItems_C");
|
|
static_assert(sizeof(ACheckForMessageItems_C) == 0x0003A8, "Wrong size on ACheckForMessageItems_C");
|
|
static_assert(offsetof(ACheckForMessageItems_C, UberGraphFrame) == 0x000390, "Member 'ACheckForMessageItems_C::UberGraphFrame' has a wrong offset!");
|
|
static_assert(offsetof(ACheckForMessageItems_C, DefaultSceneRoot) == 0x000398, "Member 'ACheckForMessageItems_C::DefaultSceneRoot' has a wrong offset!");
|
|
static_assert(offsetof(ACheckForMessageItems_C, GiftBox) == 0x0003A0, "Member 'ACheckForMessageItems_C::GiftBox' has a wrong offset!");
|
|
|
|
}
|
|
|