mirror of
https://github.com/ApfelTeeSaft/UnrealEvent.git
synced 2026-08-26 19:33:43 +00:00
61 lines
3.1 KiB
C++
61 lines
3.1 KiB
C++
#pragma once
|
|
|
|
/*
|
|
* SDK generated by Dumper-7
|
|
*
|
|
* https://github.com/Encryqed/Dumper-7
|
|
*/
|
|
|
|
// Package: StatNumericTextBlock
|
|
|
|
#include "Basic.hpp"
|
|
|
|
#include "Engine_structs.hpp"
|
|
#include "CommonUI_classes.hpp"
|
|
#include "FortniteUI_structs.hpp"
|
|
#include "UMG_structs.hpp"
|
|
|
|
|
|
namespace SDK
|
|
{
|
|
|
|
// WidgetBlueprintGeneratedClass StatNumericTextBlock.StatNumericTextBlock_C
|
|
// 0x0028 (0x0260 - 0x0238)
|
|
class UStatNumericTextBlock_C final : public UCommonUserWidget
|
|
{
|
|
public:
|
|
struct FPointerToUberGraphFrame UberGraphFrame; // 0x0238(0x0008)(ZeroConstructor, Transient, DuplicateTransient)
|
|
class UImage* ComparisonArrowImage; // 0x0240(0x0008)(BlueprintVisible, ExportObject, ZeroConstructor, InstancedReference, IsPlainOldData, RepSkip, NoDestructor, PersistentInstance, HasGetValueTypeHash)
|
|
class UCommonNumericTextBlock* NumericText; // 0x0248(0x0008)(BlueprintVisible, ExportObject, ZeroConstructor, InstancedReference, IsPlainOldData, RepSkip, NoDestructor, PersistentInstance, HasGetValueTypeHash)
|
|
EFortBuffState Buff_State; // 0x0250(0x0001)(Edit, BlueprintVisible, ZeroConstructor, DisableEditOnInstance, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
|
|
uint8 Pad_251[0x7]; // 0x0251(0x0007)(Fixing Size After Last Property [ Dumper-7 ])
|
|
class UClass* Numeric_Text_Style; // 0x0258(0x0008)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, ExposeOnSpawn, HasGetValueTypeHash)
|
|
|
|
public:
|
|
void ExecuteUbergraph_StatNumericTextBlock(int32 EntryPoint);
|
|
void PreConstruct(bool IsDesignTime);
|
|
void Construct();
|
|
void UpdateComparison();
|
|
void SetComparisonState(EFortBuffState Param_Buff_State);
|
|
|
|
public:
|
|
static class UClass* StaticClass()
|
|
{
|
|
return StaticBPGeneratedClassImpl<"StatNumericTextBlock_C">();
|
|
}
|
|
static class UStatNumericTextBlock_C* GetDefaultObj()
|
|
{
|
|
return GetDefaultObjImpl<UStatNumericTextBlock_C>();
|
|
}
|
|
};
|
|
static_assert(alignof(UStatNumericTextBlock_C) == 0x000008, "Wrong alignment on UStatNumericTextBlock_C");
|
|
static_assert(sizeof(UStatNumericTextBlock_C) == 0x000260, "Wrong size on UStatNumericTextBlock_C");
|
|
static_assert(offsetof(UStatNumericTextBlock_C, UberGraphFrame) == 0x000238, "Member 'UStatNumericTextBlock_C::UberGraphFrame' has a wrong offset!");
|
|
static_assert(offsetof(UStatNumericTextBlock_C, ComparisonArrowImage) == 0x000240, "Member 'UStatNumericTextBlock_C::ComparisonArrowImage' has a wrong offset!");
|
|
static_assert(offsetof(UStatNumericTextBlock_C, NumericText) == 0x000248, "Member 'UStatNumericTextBlock_C::NumericText' has a wrong offset!");
|
|
static_assert(offsetof(UStatNumericTextBlock_C, Buff_State) == 0x000250, "Member 'UStatNumericTextBlock_C::Buff_State' has a wrong offset!");
|
|
static_assert(offsetof(UStatNumericTextBlock_C, Numeric_Text_Style) == 0x000258, "Member 'UStatNumericTextBlock_C::Numeric_Text_Style' has a wrong offset!");
|
|
|
|
}
|
|
|