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

37 lines
2.9 KiB
C++

#pragma once
/*
* SDK generated by Dumper-7
*
* https://github.com/Encryqed/Dumper-7
*/
// Package: CMS_ML_BattlePass_LeftImageWidget1
#include "Basic.hpp"
namespace SDK::Params
{
// Function CMS_ML_BattlePass_LeftImageWidget1.CMS_ML_BattlePass_LeftImageWidget1_C.ExecuteUbergraph_CMS_ML_BattlePass_LeftImageWidget1
// 0x0040 (0x0040 - 0x0000)
struct CMS_ML_BattlePass_LeftImageWidget1_C_ExecuteUbergraph_CMS_ML_BattlePass_LeftImageWidget1 final
{
public:
int32 EntryPoint; // 0x0000(0x0004)(BlueprintVisible, BlueprintReadOnly, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
uint8 Pad_4[0x4]; // 0x0004(0x0004)(Fixing Size After Last Property [ Dumper-7 ])
class UAthenaAccountContext* CallFunc_GetContext_ReturnValue; // 0x0008(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
class FText CallFunc_GetCurrentSeasonName_ReturnValue; // 0x0010(0x0018)()
class FText CallFunc_TextToUpper_ReturnValue; // 0x0028(0x0018)()
};
static_assert(alignof(CMS_ML_BattlePass_LeftImageWidget1_C_ExecuteUbergraph_CMS_ML_BattlePass_LeftImageWidget1) == 0x000008, "Wrong alignment on CMS_ML_BattlePass_LeftImageWidget1_C_ExecuteUbergraph_CMS_ML_BattlePass_LeftImageWidget1");
static_assert(sizeof(CMS_ML_BattlePass_LeftImageWidget1_C_ExecuteUbergraph_CMS_ML_BattlePass_LeftImageWidget1) == 0x000040, "Wrong size on CMS_ML_BattlePass_LeftImageWidget1_C_ExecuteUbergraph_CMS_ML_BattlePass_LeftImageWidget1");
static_assert(offsetof(CMS_ML_BattlePass_LeftImageWidget1_C_ExecuteUbergraph_CMS_ML_BattlePass_LeftImageWidget1, EntryPoint) == 0x000000, "Member 'CMS_ML_BattlePass_LeftImageWidget1_C_ExecuteUbergraph_CMS_ML_BattlePass_LeftImageWidget1::EntryPoint' has a wrong offset!");
static_assert(offsetof(CMS_ML_BattlePass_LeftImageWidget1_C_ExecuteUbergraph_CMS_ML_BattlePass_LeftImageWidget1, CallFunc_GetContext_ReturnValue) == 0x000008, "Member 'CMS_ML_BattlePass_LeftImageWidget1_C_ExecuteUbergraph_CMS_ML_BattlePass_LeftImageWidget1::CallFunc_GetContext_ReturnValue' has a wrong offset!");
static_assert(offsetof(CMS_ML_BattlePass_LeftImageWidget1_C_ExecuteUbergraph_CMS_ML_BattlePass_LeftImageWidget1, CallFunc_GetCurrentSeasonName_ReturnValue) == 0x000010, "Member 'CMS_ML_BattlePass_LeftImageWidget1_C_ExecuteUbergraph_CMS_ML_BattlePass_LeftImageWidget1::CallFunc_GetCurrentSeasonName_ReturnValue' has a wrong offset!");
static_assert(offsetof(CMS_ML_BattlePass_LeftImageWidget1_C_ExecuteUbergraph_CMS_ML_BattlePass_LeftImageWidget1, CallFunc_TextToUpper_ReturnValue) == 0x000028, "Member 'CMS_ML_BattlePass_LeftImageWidget1_C_ExecuteUbergraph_CMS_ML_BattlePass_LeftImageWidget1::CallFunc_TextToUpper_ReturnValue' has a wrong offset!");
}