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

33 lines
1.8 KiB
C++

#pragma once
/*
* SDK generated by Dumper-7
*
* https://github.com/Encryqed/Dumper-7
*/
// Package: GA_DefaultPlayer_Stunned
#include "Basic.hpp"
namespace SDK::Params
{
// Function GA_DefaultPlayer_Stunned.GA_DefaultPlayer_Stunned_C.ExecuteUbergraph_GA_DefaultPlayer_Stunned
// 0x0010 (0x0010 - 0x0000)
struct GA_DefaultPlayer_Stunned_C_ExecuteUbergraph_GA_DefaultPlayer_Stunned 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 AFortPawn* CallFunc_GetActivatingPawn_ReturnValue; // 0x0008(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
};
static_assert(alignof(GA_DefaultPlayer_Stunned_C_ExecuteUbergraph_GA_DefaultPlayer_Stunned) == 0x000008, "Wrong alignment on GA_DefaultPlayer_Stunned_C_ExecuteUbergraph_GA_DefaultPlayer_Stunned");
static_assert(sizeof(GA_DefaultPlayer_Stunned_C_ExecuteUbergraph_GA_DefaultPlayer_Stunned) == 0x000010, "Wrong size on GA_DefaultPlayer_Stunned_C_ExecuteUbergraph_GA_DefaultPlayer_Stunned");
static_assert(offsetof(GA_DefaultPlayer_Stunned_C_ExecuteUbergraph_GA_DefaultPlayer_Stunned, EntryPoint) == 0x000000, "Member 'GA_DefaultPlayer_Stunned_C_ExecuteUbergraph_GA_DefaultPlayer_Stunned::EntryPoint' has a wrong offset!");
static_assert(offsetof(GA_DefaultPlayer_Stunned_C_ExecuteUbergraph_GA_DefaultPlayer_Stunned, CallFunc_GetActivatingPawn_ReturnValue) == 0x000008, "Member 'GA_DefaultPlayer_Stunned_C_ExecuteUbergraph_GA_DefaultPlayer_Stunned::CallFunc_GetActivatingPawn_ReturnValue' has a wrong offset!");
}