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

35 lines
2.1 KiB
C++

#pragma once
/*
* SDK generated by Dumper-7
*
* https://github.com/Encryqed/Dumper-7
*/
// Package: InviteEventTitle
#include "Basic.hpp"
namespace SDK::Params
{
// Function InviteEventTitle.InviteEventTitle_C.ExecuteUbergraph_InviteEventTitle
// 0x0018 (0x0018 - 0x0000)
struct InviteEventTitle_C_ExecuteUbergraph_InviteEventTitle 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 UFortRuntimeOptions* CallFunc_GetRuntimeOptions_ReturnValue; // 0x0008(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
bool CallFunc_IsInviteUIDisabled_ReturnValue; // 0x0010(0x0001)(ZeroConstructor, IsPlainOldData, NoDestructor)
};
static_assert(alignof(InviteEventTitle_C_ExecuteUbergraph_InviteEventTitle) == 0x000008, "Wrong alignment on InviteEventTitle_C_ExecuteUbergraph_InviteEventTitle");
static_assert(sizeof(InviteEventTitle_C_ExecuteUbergraph_InviteEventTitle) == 0x000018, "Wrong size on InviteEventTitle_C_ExecuteUbergraph_InviteEventTitle");
static_assert(offsetof(InviteEventTitle_C_ExecuteUbergraph_InviteEventTitle, EntryPoint) == 0x000000, "Member 'InviteEventTitle_C_ExecuteUbergraph_InviteEventTitle::EntryPoint' has a wrong offset!");
static_assert(offsetof(InviteEventTitle_C_ExecuteUbergraph_InviteEventTitle, CallFunc_GetRuntimeOptions_ReturnValue) == 0x000008, "Member 'InviteEventTitle_C_ExecuteUbergraph_InviteEventTitle::CallFunc_GetRuntimeOptions_ReturnValue' has a wrong offset!");
static_assert(offsetof(InviteEventTitle_C_ExecuteUbergraph_InviteEventTitle, CallFunc_IsInviteUIDisabled_ReturnValue) == 0x000010, "Member 'InviteEventTitle_C_ExecuteUbergraph_InviteEventTitle::CallFunc_IsInviteUIDisabled_ReturnValue' has a wrong offset!");
}