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

30 lines
1.5 KiB
C++

#pragma once
/*
* SDK generated by Dumper-7
*
* https://github.com/Encryqed/Dumper-7
*/
// Package: ItemReceivedSkullTrooperStyleChallenge
#include "Basic.hpp"
namespace SDK::Params
{
// Function ItemReceivedSkullTrooperStyleChallenge.ItemReceivedSkullTrooperStyleChallenge_C.ExecuteUbergraph_ItemReceivedSkullTrooperStyleChallenge
// 0x0004 (0x0004 - 0x0000)
struct ItemReceivedSkullTrooperStyleChallenge_C_ExecuteUbergraph_ItemReceivedSkullTrooperStyleChallenge final
{
public:
int32 EntryPoint; // 0x0000(0x0004)(BlueprintVisible, BlueprintReadOnly, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
};
static_assert(alignof(ItemReceivedSkullTrooperStyleChallenge_C_ExecuteUbergraph_ItemReceivedSkullTrooperStyleChallenge) == 0x000004, "Wrong alignment on ItemReceivedSkullTrooperStyleChallenge_C_ExecuteUbergraph_ItemReceivedSkullTrooperStyleChallenge");
static_assert(sizeof(ItemReceivedSkullTrooperStyleChallenge_C_ExecuteUbergraph_ItemReceivedSkullTrooperStyleChallenge) == 0x000004, "Wrong size on ItemReceivedSkullTrooperStyleChallenge_C_ExecuteUbergraph_ItemReceivedSkullTrooperStyleChallenge");
static_assert(offsetof(ItemReceivedSkullTrooperStyleChallenge_C_ExecuteUbergraph_ItemReceivedSkullTrooperStyleChallenge, EntryPoint) == 0x000000, "Member 'ItemReceivedSkullTrooperStyleChallenge_C_ExecuteUbergraph_ItemReceivedSkullTrooperStyleChallenge::EntryPoint' has a wrong offset!");
}