Files
UnrealEvent/Aeon-740/SDK/ProfileStatsOverviewSubScreen_parameters.hpp
2024-10-18 01:01:36 +01:00

46 lines
3.2 KiB
C++

#pragma once
/*
* SDK generated by Dumper-7
*
* https://github.com/Encryqed/Dumper-7
*/
// Package: ProfileStatsOverviewSubScreen
#include "Basic.hpp"
namespace SDK::Params
{
// Function ProfileStatsOverviewSubScreen.ProfileStatsOverviewSubScreen_C.ExecuteUbergraph_ProfileStatsOverviewSubScreen
// 0x0014 (0x0014 - 0x0000)
struct ProfileStatsOverviewSubScreen_C_ExecuteUbergraph_ProfileStatsOverviewSubScreen final
{
public:
int32 EntryPoint; // 0x0000(0x0004)(BlueprintVisible, BlueprintReadOnly, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
TDelegate<void(bool* bPassThrough)> K2Node_CreateDelegate_OutputDelegate; // 0x0004(0x0010)(ZeroConstructor, NoDestructor)
};
static_assert(alignof(ProfileStatsOverviewSubScreen_C_ExecuteUbergraph_ProfileStatsOverviewSubScreen) == 0x000004, "Wrong alignment on ProfileStatsOverviewSubScreen_C_ExecuteUbergraph_ProfileStatsOverviewSubScreen");
static_assert(sizeof(ProfileStatsOverviewSubScreen_C_ExecuteUbergraph_ProfileStatsOverviewSubScreen) == 0x000014, "Wrong size on ProfileStatsOverviewSubScreen_C_ExecuteUbergraph_ProfileStatsOverviewSubScreen");
static_assert(offsetof(ProfileStatsOverviewSubScreen_C_ExecuteUbergraph_ProfileStatsOverviewSubScreen, EntryPoint) == 0x000000, "Member 'ProfileStatsOverviewSubScreen_C_ExecuteUbergraph_ProfileStatsOverviewSubScreen::EntryPoint' has a wrong offset!");
static_assert(offsetof(ProfileStatsOverviewSubScreen_C_ExecuteUbergraph_ProfileStatsOverviewSubScreen, K2Node_CreateDelegate_OutputDelegate) == 0x000004, "Member 'ProfileStatsOverviewSubScreen_C_ExecuteUbergraph_ProfileStatsOverviewSubScreen::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!");
// Function ProfileStatsOverviewSubScreen.ProfileStatsOverviewSubScreen_C.HandleBack
// 0x0010 (0x0010 - 0x0000)
struct ProfileStatsOverviewSubScreen_C_HandleBack final
{
public:
bool PassThrough; // 0x0000(0x0001)(Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor)
uint8 Pad_1[0x7]; // 0x0001(0x0007)(Fixing Size After Last Property [ Dumper-7 ])
class UFortUIManagerWidget_NUI* CallFunc_GetUIManagerWidget_ReturnValue; // 0x0008(0x0008)(ZeroConstructor, InstancedReference, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
};
static_assert(alignof(ProfileStatsOverviewSubScreen_C_HandleBack) == 0x000008, "Wrong alignment on ProfileStatsOverviewSubScreen_C_HandleBack");
static_assert(sizeof(ProfileStatsOverviewSubScreen_C_HandleBack) == 0x000010, "Wrong size on ProfileStatsOverviewSubScreen_C_HandleBack");
static_assert(offsetof(ProfileStatsOverviewSubScreen_C_HandleBack, PassThrough) == 0x000000, "Member 'ProfileStatsOverviewSubScreen_C_HandleBack::PassThrough' has a wrong offset!");
static_assert(offsetof(ProfileStatsOverviewSubScreen_C_HandleBack, CallFunc_GetUIManagerWidget_ReturnValue) == 0x000008, "Member 'ProfileStatsOverviewSubScreen_C_HandleBack::CallFunc_GetUIManagerWidget_ReturnValue' has a wrong offset!");
}