mirror of
https://github.com/ApfelTeeSaft/UnrealEvent.git
synced 2026-08-26 19:33:43 +00:00
57 lines
2.5 KiB
C++
57 lines
2.5 KiB
C++
#pragma once
|
|
|
|
/*
|
|
* SDK generated by Dumper-7
|
|
*
|
|
* https://github.com/Encryqed/Dumper-7
|
|
*/
|
|
|
|
// Package: QuestInfo_BulletList
|
|
|
|
#include "Basic.hpp"
|
|
|
|
#include "Engine_structs.hpp"
|
|
#include "CommonUI_classes.hpp"
|
|
|
|
|
|
namespace SDK
|
|
{
|
|
|
|
// WidgetBlueprintGeneratedClass QuestInfo_BulletList.QuestInfo_BulletList_C
|
|
// 0x0030 (0x0268 - 0x0238)
|
|
class UQuestInfo_BulletList_C final : public UCommonUserWidget
|
|
{
|
|
public:
|
|
struct FPointerToUberGraphFrame UberGraphFrame; // 0x0238(0x0008)(ZeroConstructor, Transient, DuplicateTransient)
|
|
class UCommonTextBlock* TextBlockTitle; // 0x0240(0x0008)(BlueprintVisible, ExportObject, ZeroConstructor, InstancedReference, IsPlainOldData, RepSkip, NoDestructor, PersistentInstance, HasGetValueTypeHash)
|
|
class UVerticalBox* VerticalBoxBulletList; // 0x0248(0x0008)(BlueprintVisible, ExportObject, ZeroConstructor, InstancedReference, IsPlainOldData, RepSkip, NoDestructor, PersistentInstance, HasGetValueTypeHash)
|
|
class FText TitleText; // 0x0250(0x0018)(Edit, BlueprintVisible)
|
|
|
|
public:
|
|
void ExecuteUbergraph_QuestInfo_BulletList(int32 EntryPoint);
|
|
void Construct();
|
|
void PreConstruct(bool IsDesignTime);
|
|
void AddEntry(const class FText& EntryText);
|
|
void InitDesignView();
|
|
void AddEntryWithBrush(const class FText& EntryText, const struct FSlateBrush& EntryIconBrush);
|
|
|
|
public:
|
|
static class UClass* StaticClass()
|
|
{
|
|
return StaticBPGeneratedClassImpl<"QuestInfo_BulletList_C">();
|
|
}
|
|
static class UQuestInfo_BulletList_C* GetDefaultObj()
|
|
{
|
|
return GetDefaultObjImpl<UQuestInfo_BulletList_C>();
|
|
}
|
|
};
|
|
static_assert(alignof(UQuestInfo_BulletList_C) == 0x000008, "Wrong alignment on UQuestInfo_BulletList_C");
|
|
static_assert(sizeof(UQuestInfo_BulletList_C) == 0x000268, "Wrong size on UQuestInfo_BulletList_C");
|
|
static_assert(offsetof(UQuestInfo_BulletList_C, UberGraphFrame) == 0x000238, "Member 'UQuestInfo_BulletList_C::UberGraphFrame' has a wrong offset!");
|
|
static_assert(offsetof(UQuestInfo_BulletList_C, TextBlockTitle) == 0x000240, "Member 'UQuestInfo_BulletList_C::TextBlockTitle' has a wrong offset!");
|
|
static_assert(offsetof(UQuestInfo_BulletList_C, VerticalBoxBulletList) == 0x000248, "Member 'UQuestInfo_BulletList_C::VerticalBoxBulletList' has a wrong offset!");
|
|
static_assert(offsetof(UQuestInfo_BulletList_C, TitleText) == 0x000250, "Member 'UQuestInfo_BulletList_C::TitleText' has a wrong offset!");
|
|
|
|
}
|
|
|