Files
Alphanium/CppSDK/SDK/HeroCoreStatSet_structs.hpp

40 lines
1.8 KiB
C++

#pragma once
/*
* SDK generated by Dumper-7
*
* https://github.com/Encryqed/Dumper-7
*/
// Package: HeroCoreStatSet
#include "Basic.hpp"
#include "HeroCoreStat_structs.hpp"
#pragma pack(push, 0x4)
namespace SDK
{
// UserDefinedStruct HeroCoreStatSet.HeroCoreStatSet
// 0x0B50 (0x0B50 - 0x0000)
struct FHeroCoreStatSet final
{
public:
struct FHeroCoreStat Fortitude_2_6DC8DA604803B3EBE0730BB910032092; // 0x0000(0x02D4)(Edit, BlueprintVisible)
struct FHeroCoreStat Offense_4_5F4A34004DF42945CDCCC6A9C1CD67C3; // 0x02D4(0x02D4)(Edit, BlueprintVisible)
struct FHeroCoreStat Resistance_6_04BA1DFB40BECD0BCDC2CBA064259BAC; // 0x05A8(0x02D4)(Edit, BlueprintVisible)
struct FHeroCoreStat Tech_8_263FE469452581C9B254DB981D3D845B; // 0x087C(0x02D4)(Edit, BlueprintVisible)
};
static_assert(alignof(FHeroCoreStatSet) == 0x000004, "Wrong alignment on FHeroCoreStatSet");
static_assert(sizeof(FHeroCoreStatSet) == 0x000B50, "Wrong size on FHeroCoreStatSet");
static_assert(offsetof(FHeroCoreStatSet, Fortitude_2_6DC8DA604803B3EBE0730BB910032092) == 0x000000, "Member 'FHeroCoreStatSet::Fortitude_2_6DC8DA604803B3EBE0730BB910032092' has a wrong offset!");
static_assert(offsetof(FHeroCoreStatSet, Offense_4_5F4A34004DF42945CDCCC6A9C1CD67C3) == 0x0002D4, "Member 'FHeroCoreStatSet::Offense_4_5F4A34004DF42945CDCCC6A9C1CD67C3' has a wrong offset!");
static_assert(offsetof(FHeroCoreStatSet, Resistance_6_04BA1DFB40BECD0BCDC2CBA064259BAC) == 0x0005A8, "Member 'FHeroCoreStatSet::Resistance_6_04BA1DFB40BECD0BCDC2CBA064259BAC' has a wrong offset!");
static_assert(offsetof(FHeroCoreStatSet, Tech_8_263FE469452581C9B254DB981D3D845B) == 0x00087C, "Member 'FHeroCoreStatSet::Tech_8_263FE469452581C9B254DB981D3D845B' has a wrong offset!");
}
#pragma pack(pop)