mirror of
https://github.com/ApfelTeeSaft/UnrealEvent.git
synced 2026-08-26 19:33:43 +00:00
33 lines
1.8 KiB
C++
33 lines
1.8 KiB
C++
#pragma once
|
|
|
|
/*
|
|
* SDK generated by Dumper-7
|
|
*
|
|
* https://github.com/Encryqed/Dumper-7
|
|
*/
|
|
|
|
// Package: CommandRoomItemPedestal
|
|
|
|
#include "Basic.hpp"
|
|
|
|
|
|
namespace SDK::Params
|
|
{
|
|
|
|
// Function CommandRoomItemPedestal.CommandRoomItemPedestal_C.ExecuteUbergraph_CommandRoomItemPedestal
|
|
// 0x0018 (0x0018 - 0x0000)
|
|
struct CommandRoomItemPedestal_C_ExecuteUbergraph_CommandRoomItemPedestal 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 ])
|
|
TScriptInterface<class ICustomCharacterPartOwnerInterface> CallFunc_PlayAnimationsMatchingQuery_self_CastInput; // 0x0008(0x0010)(ZeroConstructor, IsPlainOldData, NoDestructor)
|
|
};
|
|
static_assert(alignof(CommandRoomItemPedestal_C_ExecuteUbergraph_CommandRoomItemPedestal) == 0x000008, "Wrong alignment on CommandRoomItemPedestal_C_ExecuteUbergraph_CommandRoomItemPedestal");
|
|
static_assert(sizeof(CommandRoomItemPedestal_C_ExecuteUbergraph_CommandRoomItemPedestal) == 0x000018, "Wrong size on CommandRoomItemPedestal_C_ExecuteUbergraph_CommandRoomItemPedestal");
|
|
static_assert(offsetof(CommandRoomItemPedestal_C_ExecuteUbergraph_CommandRoomItemPedestal, EntryPoint) == 0x000000, "Member 'CommandRoomItemPedestal_C_ExecuteUbergraph_CommandRoomItemPedestal::EntryPoint' has a wrong offset!");
|
|
static_assert(offsetof(CommandRoomItemPedestal_C_ExecuteUbergraph_CommandRoomItemPedestal, CallFunc_PlayAnimationsMatchingQuery_self_CastInput) == 0x000008, "Member 'CommandRoomItemPedestal_C_ExecuteUbergraph_CommandRoomItemPedestal::CallFunc_PlayAnimationsMatchingQuery_self_CastInput' has a wrong offset!");
|
|
|
|
}
|
|
|