mirror of
https://github.com/ApfelTeeSaft/UnrealEvent.git
synced 2026-08-26 19:33:43 +00:00
61 lines
3.6 KiB
C++
61 lines
3.6 KiB
C++
#pragma once
|
|
|
|
/*
|
|
* SDK generated by Dumper-7
|
|
*
|
|
* https://github.com/Encryqed/Dumper-7
|
|
*/
|
|
|
|
// Package: PieChartStatWidget
|
|
|
|
#include "Basic.hpp"
|
|
|
|
#include "Engine_structs.hpp"
|
|
#include "CommonUI_structs.hpp"
|
|
#include "FortniteUI_classes.hpp"
|
|
|
|
|
|
namespace SDK
|
|
{
|
|
|
|
// WidgetBlueprintGeneratedClass PieChartStatWidget.PieChartStatWidget_C
|
|
// 0x0038 (0x0280 - 0x0248)
|
|
class UPieChartStatWidget_C final : public UAthenaProfileStatWidgetBase
|
|
{
|
|
public:
|
|
struct FPointerToUberGraphFrame UberGraphFrame; // 0x0248(0x0008)(ZeroConstructor, Transient, DuplicateTransient)
|
|
class UImage* ChartImage; // 0x0250(0x0008)(BlueprintVisible, ExportObject, ZeroConstructor, InstancedReference, IsPlainOldData, RepSkip, NoDestructor, PersistentInstance, HasGetValueTypeHash)
|
|
class UCommonNumericTextBlock* HighestStatValue; // 0x0258(0x0008)(BlueprintVisible, ExportObject, ZeroConstructor, InstancedReference, IsPlainOldData, RepSkip, NoDestructor, PersistentInstance, HasGetValueTypeHash)
|
|
class UCommonTextBlock* HighestWeaponName; // 0x0260(0x0008)(BlueprintVisible, ExportObject, ZeroConstructor, InstancedReference, IsPlainOldData, RepSkip, NoDestructor, PersistentInstance, HasGetValueTypeHash)
|
|
class UVerticalBox* LegendVB; // 0x0268(0x0008)(BlueprintVisible, ExportObject, ZeroConstructor, InstancedReference, IsPlainOldData, RepSkip, NoDestructor, PersistentInstance, HasGetValueTypeHash)
|
|
class UCommonTextBlock* StatName; // 0x0270(0x0008)(BlueprintVisible, ExportObject, ZeroConstructor, InstancedReference, IsPlainOldData, RepSkip, NoDestructor, PersistentInstance, HasGetValueTypeHash)
|
|
bool Percent; // 0x0278(0x0001)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor)
|
|
|
|
public:
|
|
void ExecuteUbergraph_PieChartStatWidget(int32 EntryPoint);
|
|
void OnStatChanged();
|
|
void AddStat(const struct FStatGroupData& StatGroupData, int32 Param_Index);
|
|
|
|
public:
|
|
static class UClass* StaticClass()
|
|
{
|
|
return StaticBPGeneratedClassImpl<"PieChartStatWidget_C">();
|
|
}
|
|
static class UPieChartStatWidget_C* GetDefaultObj()
|
|
{
|
|
return GetDefaultObjImpl<UPieChartStatWidget_C>();
|
|
}
|
|
};
|
|
static_assert(alignof(UPieChartStatWidget_C) == 0x000008, "Wrong alignment on UPieChartStatWidget_C");
|
|
static_assert(sizeof(UPieChartStatWidget_C) == 0x000280, "Wrong size on UPieChartStatWidget_C");
|
|
static_assert(offsetof(UPieChartStatWidget_C, UberGraphFrame) == 0x000248, "Member 'UPieChartStatWidget_C::UberGraphFrame' has a wrong offset!");
|
|
static_assert(offsetof(UPieChartStatWidget_C, ChartImage) == 0x000250, "Member 'UPieChartStatWidget_C::ChartImage' has a wrong offset!");
|
|
static_assert(offsetof(UPieChartStatWidget_C, HighestStatValue) == 0x000258, "Member 'UPieChartStatWidget_C::HighestStatValue' has a wrong offset!");
|
|
static_assert(offsetof(UPieChartStatWidget_C, HighestWeaponName) == 0x000260, "Member 'UPieChartStatWidget_C::HighestWeaponName' has a wrong offset!");
|
|
static_assert(offsetof(UPieChartStatWidget_C, LegendVB) == 0x000268, "Member 'UPieChartStatWidget_C::LegendVB' has a wrong offset!");
|
|
static_assert(offsetof(UPieChartStatWidget_C, StatName) == 0x000270, "Member 'UPieChartStatWidget_C::StatName' has a wrong offset!");
|
|
static_assert(offsetof(UPieChartStatWidget_C, Percent) == 0x000278, "Member 'UPieChartStatWidget_C::Percent' has a wrong offset!");
|
|
|
|
}
|
|
|