mirror of
https://github.com/ApfelTeeSaft/UnrealEvent.git
synced 2026-08-26 19:33:43 +00:00
43 lines
2.7 KiB
C++
43 lines
2.7 KiB
C++
#pragma once
|
|
|
|
/*
|
|
* SDK generated by Dumper-7
|
|
*
|
|
* https://github.com/Encryqed/Dumper-7
|
|
*/
|
|
|
|
// Package: HexmapLevelSettings_Temperate01
|
|
|
|
#include "Basic.hpp"
|
|
|
|
|
|
namespace SDK::Params
|
|
{
|
|
|
|
// Function HexmapLevelSettings_Temperate01.HexmapLevelSettings_Temperate01_C.ExecuteUbergraph_HexmapLevelSettings_Temperate01
|
|
// 0x0008 (0x0008 - 0x0000)
|
|
struct HexmapLevelSettings_Temperate01_C_ExecuteUbergraph_HexmapLevelSettings_Temperate01 final
|
|
{
|
|
public:
|
|
int32 EntryPoint; // 0x0000(0x0004)(BlueprintVisible, BlueprintReadOnly, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
|
|
bool K2Node_CustomEvent_Visibility; // 0x0004(0x0001)(ZeroConstructor, IsPlainOldData, NoDestructor)
|
|
};
|
|
static_assert(alignof(HexmapLevelSettings_Temperate01_C_ExecuteUbergraph_HexmapLevelSettings_Temperate01) == 0x000004, "Wrong alignment on HexmapLevelSettings_Temperate01_C_ExecuteUbergraph_HexmapLevelSettings_Temperate01");
|
|
static_assert(sizeof(HexmapLevelSettings_Temperate01_C_ExecuteUbergraph_HexmapLevelSettings_Temperate01) == 0x000008, "Wrong size on HexmapLevelSettings_Temperate01_C_ExecuteUbergraph_HexmapLevelSettings_Temperate01");
|
|
static_assert(offsetof(HexmapLevelSettings_Temperate01_C_ExecuteUbergraph_HexmapLevelSettings_Temperate01, EntryPoint) == 0x000000, "Member 'HexmapLevelSettings_Temperate01_C_ExecuteUbergraph_HexmapLevelSettings_Temperate01::EntryPoint' has a wrong offset!");
|
|
static_assert(offsetof(HexmapLevelSettings_Temperate01_C_ExecuteUbergraph_HexmapLevelSettings_Temperate01, K2Node_CustomEvent_Visibility) == 0x000004, "Member 'HexmapLevelSettings_Temperate01_C_ExecuteUbergraph_HexmapLevelSettings_Temperate01::K2Node_CustomEvent_Visibility' has a wrong offset!");
|
|
|
|
// Function HexmapLevelSettings_Temperate01.HexmapLevelSettings_Temperate01_C.CustomSettings
|
|
// 0x0001 (0x0001 - 0x0000)
|
|
struct HexmapLevelSettings_Temperate01_C_CustomSettings final
|
|
{
|
|
public:
|
|
bool Visibility; // 0x0000(0x0001)(BlueprintVisible, BlueprintReadOnly, Parm, ZeroConstructor, IsPlainOldData, NoDestructor)
|
|
};
|
|
static_assert(alignof(HexmapLevelSettings_Temperate01_C_CustomSettings) == 0x000001, "Wrong alignment on HexmapLevelSettings_Temperate01_C_CustomSettings");
|
|
static_assert(sizeof(HexmapLevelSettings_Temperate01_C_CustomSettings) == 0x000001, "Wrong size on HexmapLevelSettings_Temperate01_C_CustomSettings");
|
|
static_assert(offsetof(HexmapLevelSettings_Temperate01_C_CustomSettings, Visibility) == 0x000000, "Member 'HexmapLevelSettings_Temperate01_C_CustomSettings::Visibility' has a wrong offset!");
|
|
|
|
}
|
|
|