mirror of
https://github.com/ApfelTeeSaft/UnrealEvent.git
synced 2026-08-26 19:33:43 +00:00
30 lines
1.5 KiB
C++
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!");
|
|
|
|
}
|
|
|