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

33 lines
1.7 KiB
C++

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