mirror of
https://github.com/ApfelTeeSaft/UnrealEvent.git
synced 2026-08-26 19:33:43 +00:00
81 lines
6.4 KiB
C++
81 lines
6.4 KiB
C++
#pragma once
|
|
|
|
/*
|
|
* SDK generated by Dumper-7
|
|
*
|
|
* https://github.com/Encryqed/Dumper-7
|
|
*/
|
|
|
|
// Package: OptionsMenuInputDisplayOnly
|
|
|
|
#include "Basic.hpp"
|
|
|
|
|
|
namespace SDK::Params
|
|
{
|
|
|
|
// Function OptionsMenuInputDisplayOnly.OptionsMenuInputDisplayOnly_C.ExecuteUbergraph_OptionsMenuInputDisplayOnly
|
|
// 0x0018 (0x0018 - 0x0000)
|
|
struct OptionsMenuInputDisplayOnly_C_ExecuteUbergraph_OptionsMenuInputDisplayOnly 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 UObject* K2Node_Event_ListItemObject; // 0x0008(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
|
|
bool K2Node_Event_bIsExpanded; // 0x0010(0x0001)(ZeroConstructor, IsPlainOldData, NoDestructor)
|
|
bool K2Node_Event_bIsSelected; // 0x0011(0x0001)(ZeroConstructor, IsPlainOldData, NoDestructor)
|
|
};
|
|
static_assert(alignof(OptionsMenuInputDisplayOnly_C_ExecuteUbergraph_OptionsMenuInputDisplayOnly) == 0x000008, "Wrong alignment on OptionsMenuInputDisplayOnly_C_ExecuteUbergraph_OptionsMenuInputDisplayOnly");
|
|
static_assert(sizeof(OptionsMenuInputDisplayOnly_C_ExecuteUbergraph_OptionsMenuInputDisplayOnly) == 0x000018, "Wrong size on OptionsMenuInputDisplayOnly_C_ExecuteUbergraph_OptionsMenuInputDisplayOnly");
|
|
static_assert(offsetof(OptionsMenuInputDisplayOnly_C_ExecuteUbergraph_OptionsMenuInputDisplayOnly, EntryPoint) == 0x000000, "Member 'OptionsMenuInputDisplayOnly_C_ExecuteUbergraph_OptionsMenuInputDisplayOnly::EntryPoint' has a wrong offset!");
|
|
static_assert(offsetof(OptionsMenuInputDisplayOnly_C_ExecuteUbergraph_OptionsMenuInputDisplayOnly, K2Node_Event_ListItemObject) == 0x000008, "Member 'OptionsMenuInputDisplayOnly_C_ExecuteUbergraph_OptionsMenuInputDisplayOnly::K2Node_Event_ListItemObject' has a wrong offset!");
|
|
static_assert(offsetof(OptionsMenuInputDisplayOnly_C_ExecuteUbergraph_OptionsMenuInputDisplayOnly, K2Node_Event_bIsExpanded) == 0x000010, "Member 'OptionsMenuInputDisplayOnly_C_ExecuteUbergraph_OptionsMenuInputDisplayOnly::K2Node_Event_bIsExpanded' has a wrong offset!");
|
|
static_assert(offsetof(OptionsMenuInputDisplayOnly_C_ExecuteUbergraph_OptionsMenuInputDisplayOnly, K2Node_Event_bIsSelected) == 0x000011, "Member 'OptionsMenuInputDisplayOnly_C_ExecuteUbergraph_OptionsMenuInputDisplayOnly::K2Node_Event_bIsSelected' has a wrong offset!");
|
|
|
|
// Function OptionsMenuInputDisplayOnly.OptionsMenuInputDisplayOnly_C.OnListItemObjectSet
|
|
// 0x0008 (0x0008 - 0x0000)
|
|
struct OptionsMenuInputDisplayOnly_C_OnListItemObjectSet final
|
|
{
|
|
public:
|
|
class UObject* ListItemObject; // 0x0000(0x0008)(BlueprintVisible, BlueprintReadOnly, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
|
|
};
|
|
static_assert(alignof(OptionsMenuInputDisplayOnly_C_OnListItemObjectSet) == 0x000008, "Wrong alignment on OptionsMenuInputDisplayOnly_C_OnListItemObjectSet");
|
|
static_assert(sizeof(OptionsMenuInputDisplayOnly_C_OnListItemObjectSet) == 0x000008, "Wrong size on OptionsMenuInputDisplayOnly_C_OnListItemObjectSet");
|
|
static_assert(offsetof(OptionsMenuInputDisplayOnly_C_OnListItemObjectSet, ListItemObject) == 0x000000, "Member 'OptionsMenuInputDisplayOnly_C_OnListItemObjectSet::ListItemObject' has a wrong offset!");
|
|
|
|
// Function OptionsMenuInputDisplayOnly.OptionsMenuInputDisplayOnly_C.BP_OnItemSelectionChanged
|
|
// 0x0001 (0x0001 - 0x0000)
|
|
struct OptionsMenuInputDisplayOnly_C_BP_OnItemSelectionChanged final
|
|
{
|
|
public:
|
|
bool bIsSelected; // 0x0000(0x0001)(BlueprintVisible, BlueprintReadOnly, Parm, ZeroConstructor, IsPlainOldData, NoDestructor)
|
|
};
|
|
static_assert(alignof(OptionsMenuInputDisplayOnly_C_BP_OnItemSelectionChanged) == 0x000001, "Wrong alignment on OptionsMenuInputDisplayOnly_C_BP_OnItemSelectionChanged");
|
|
static_assert(sizeof(OptionsMenuInputDisplayOnly_C_BP_OnItemSelectionChanged) == 0x000001, "Wrong size on OptionsMenuInputDisplayOnly_C_BP_OnItemSelectionChanged");
|
|
static_assert(offsetof(OptionsMenuInputDisplayOnly_C_BP_OnItemSelectionChanged, bIsSelected) == 0x000000, "Member 'OptionsMenuInputDisplayOnly_C_BP_OnItemSelectionChanged::bIsSelected' has a wrong offset!");
|
|
|
|
// Function OptionsMenuInputDisplayOnly.OptionsMenuInputDisplayOnly_C.BP_OnItemExpansionChanged
|
|
// 0x0001 (0x0001 - 0x0000)
|
|
struct OptionsMenuInputDisplayOnly_C_BP_OnItemExpansionChanged final
|
|
{
|
|
public:
|
|
bool bIsExpanded; // 0x0000(0x0001)(BlueprintVisible, BlueprintReadOnly, Parm, ZeroConstructor, IsPlainOldData, NoDestructor)
|
|
};
|
|
static_assert(alignof(OptionsMenuInputDisplayOnly_C_BP_OnItemExpansionChanged) == 0x000001, "Wrong alignment on OptionsMenuInputDisplayOnly_C_BP_OnItemExpansionChanged");
|
|
static_assert(sizeof(OptionsMenuInputDisplayOnly_C_BP_OnItemExpansionChanged) == 0x000001, "Wrong size on OptionsMenuInputDisplayOnly_C_BP_OnItemExpansionChanged");
|
|
static_assert(offsetof(OptionsMenuInputDisplayOnly_C_BP_OnItemExpansionChanged, bIsExpanded) == 0x000000, "Member 'OptionsMenuInputDisplayOnly_C_BP_OnItemExpansionChanged::bIsExpanded' has a wrong offset!");
|
|
|
|
// Function OptionsMenuInputDisplayOnly.OptionsMenuInputDisplayOnly_C.GetListItemObject
|
|
// 0x0008 (0x0008 - 0x0000)
|
|
struct OptionsMenuInputDisplayOnly_C_GetListItemObject final
|
|
{
|
|
public:
|
|
class UObject* ReturnValue; // 0x0000(0x0008)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
|
|
};
|
|
static_assert(alignof(OptionsMenuInputDisplayOnly_C_GetListItemObject) == 0x000008, "Wrong alignment on OptionsMenuInputDisplayOnly_C_GetListItemObject");
|
|
static_assert(sizeof(OptionsMenuInputDisplayOnly_C_GetListItemObject) == 0x000008, "Wrong size on OptionsMenuInputDisplayOnly_C_GetListItemObject");
|
|
static_assert(offsetof(OptionsMenuInputDisplayOnly_C_GetListItemObject, ReturnValue) == 0x000000, "Member 'OptionsMenuInputDisplayOnly_C_GetListItemObject::ReturnValue' has a wrong offset!");
|
|
|
|
}
|
|
|