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

41 lines
2.2 KiB
C++

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