mirror of
https://github.com/ApfelTeeSaft/UnrealEvent.git
synced 2026-08-26 19:33:43 +00:00
47 lines
1.5 KiB
C++
47 lines
1.5 KiB
C++
#pragma once
|
|
|
|
/*
|
|
* SDK generated by Dumper-7
|
|
*
|
|
* https://github.com/Encryqed/Dumper-7
|
|
*/
|
|
|
|
// Package: ChoiceCardCount
|
|
|
|
#include "Basic.hpp"
|
|
|
|
#include "CommonUI_classes.hpp"
|
|
|
|
|
|
namespace SDK
|
|
{
|
|
|
|
// WidgetBlueprintGeneratedClass ChoiceCardCount.ChoiceCardCount_C
|
|
// 0x0020 (0x0258 - 0x0238)
|
|
class UChoiceCardCount_C final : public UCommonUserWidget
|
|
{
|
|
public:
|
|
class UCommonTextBlock* TextHave; // 0x0238(0x0008)(BlueprintVisible, ExportObject, ZeroConstructor, InstancedReference, IsPlainOldData, RepSkip, NoDestructor, PersistentInstance, HasGetValueTypeHash)
|
|
class FText DisplayText; // 0x0240(0x0018)(Edit, BlueprintVisible, ExposeOnSpawn)
|
|
|
|
public:
|
|
void UpdateText(int32 InventoryCount);
|
|
|
|
public:
|
|
static class UClass* StaticClass()
|
|
{
|
|
return StaticBPGeneratedClassImpl<"ChoiceCardCount_C">();
|
|
}
|
|
static class UChoiceCardCount_C* GetDefaultObj()
|
|
{
|
|
return GetDefaultObjImpl<UChoiceCardCount_C>();
|
|
}
|
|
};
|
|
static_assert(alignof(UChoiceCardCount_C) == 0x000008, "Wrong alignment on UChoiceCardCount_C");
|
|
static_assert(sizeof(UChoiceCardCount_C) == 0x000258, "Wrong size on UChoiceCardCount_C");
|
|
static_assert(offsetof(UChoiceCardCount_C, TextHave) == 0x000238, "Member 'UChoiceCardCount_C::TextHave' has a wrong offset!");
|
|
static_assert(offsetof(UChoiceCardCount_C, DisplayText) == 0x000240, "Member 'UChoiceCardCount_C::DisplayText' has a wrong offset!");
|
|
|
|
}
|
|
|