mirror of
https://github.com/ApfelTeeSaft/UnrealEvent.git
synced 2026-08-26 19:33:43 +00:00
39 lines
2.0 KiB
C++
39 lines
2.0 KiB
C++
#pragma once
|
|
|
|
/*
|
|
* SDK generated by Dumper-7
|
|
*
|
|
* https://github.com/Encryqed/Dumper-7
|
|
*/
|
|
|
|
// Package: ChoiceCardCount
|
|
|
|
#include "Basic.hpp"
|
|
|
|
#include "Engine_structs.hpp"
|
|
|
|
|
|
namespace SDK::Params
|
|
{
|
|
|
|
// Function ChoiceCardCount.ChoiceCardCount_C.UpdateText
|
|
// 0x0070 (0x0070 - 0x0000)
|
|
struct ChoiceCardCount_C_UpdateText final
|
|
{
|
|
public:
|
|
int32 InventoryCount; // 0x0000(0x0004)(BlueprintVisible, BlueprintReadOnly, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
|
|
uint8 Pad_4[0x4]; // 0x0004(0x0004)(Fixing Size After Last Property [ Dumper-7 ])
|
|
struct FFormatArgumentData K2Node_MakeStruct_FormatArgumentData; // 0x0008(0x0040)(HasGetValueTypeHash)
|
|
TArray<struct FFormatArgumentData> K2Node_MakeArray_Array; // 0x0048(0x0010)(ZeroConstructor, ReferenceParm)
|
|
class FText CallFunc_Format_ReturnValue; // 0x0058(0x0018)()
|
|
};
|
|
static_assert(alignof(ChoiceCardCount_C_UpdateText) == 0x000008, "Wrong alignment on ChoiceCardCount_C_UpdateText");
|
|
static_assert(sizeof(ChoiceCardCount_C_UpdateText) == 0x000070, "Wrong size on ChoiceCardCount_C_UpdateText");
|
|
static_assert(offsetof(ChoiceCardCount_C_UpdateText, InventoryCount) == 0x000000, "Member 'ChoiceCardCount_C_UpdateText::InventoryCount' has a wrong offset!");
|
|
static_assert(offsetof(ChoiceCardCount_C_UpdateText, K2Node_MakeStruct_FormatArgumentData) == 0x000008, "Member 'ChoiceCardCount_C_UpdateText::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!");
|
|
static_assert(offsetof(ChoiceCardCount_C_UpdateText, K2Node_MakeArray_Array) == 0x000048, "Member 'ChoiceCardCount_C_UpdateText::K2Node_MakeArray_Array' has a wrong offset!");
|
|
static_assert(offsetof(ChoiceCardCount_C_UpdateText, CallFunc_Format_ReturnValue) == 0x000058, "Member 'ChoiceCardCount_C_UpdateText::CallFunc_Format_ReturnValue' has a wrong offset!");
|
|
|
|
}
|
|
|