Files
UnrealEvent/Aeon-740/SDK/BasicRatingWidget_classes.hpp
2024-10-18 01:01:36 +01:00

76 lines
5.3 KiB
C++

#pragma once
/*
* SDK generated by Dumper-7
*
* https://github.com/Encryqed/Dumper-7
*/
// Package: BasicRatingWidget
#include "Basic.hpp"
#include "Engine_structs.hpp"
#include "CoreUObject_structs.hpp"
#include "FortniteGame_structs.hpp"
#include "CommonUI_classes.hpp"
#include "UMG_structs.hpp"
namespace SDK
{
// WidgetBlueprintGeneratedClass BasicRatingWidget.BasicRatingWidget_C
// 0x0050 (0x0288 - 0x0238)
class UBasicRatingWidget_C final : public UCommonUserWidget
{
public:
struct FPointerToUberGraphFrame UberGraphFrame; // 0x0238(0x0008)(ZeroConstructor, Transient, DuplicateTransient)
class UCommonTextBlock* Plus; // 0x0240(0x0008)(BlueprintVisible, ExportObject, ZeroConstructor, InstancedReference, IsPlainOldData, RepSkip, NoDestructor, PersistentInstance, HasGetValueTypeHash)
class UCommonBorder* RatingBorder; // 0x0248(0x0008)(BlueprintVisible, ExportObject, ZeroConstructor, InstancedReference, IsPlainOldData, RepSkip, NoDestructor, PersistentInstance, HasGetValueTypeHash)
class UImage* RatingImage; // 0x0250(0x0008)(BlueprintVisible, ExportObject, ZeroConstructor, InstancedReference, IsPlainOldData, RepSkip, NoDestructor, PersistentInstance, HasGetValueTypeHash)
class UCommonNumericTextBlock* RatingValue; // 0x0258(0x0008)(BlueprintVisible, ExportObject, ZeroConstructor, InstancedReference, IsPlainOldData, RepSkip, NoDestructor, PersistentInstance, HasGetValueTypeHash)
class UClass* TextStyle; // 0x0260(0x0008)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
class UClass* BorderStyle; // 0x0268(0x0008)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
bool BorderVisible; // 0x0270(0x0001)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor)
uint8 Pad_271[0x3]; // 0x0271(0x0003)(Fixing Size After Last Property [ Dumper-7 ])
struct FLinearColor RatingImageColor; // 0x0274(0x0010)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
EFortBrushSize ImageSize; // 0x0284(0x0001)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
bool ShowPlus; // 0x0285(0x0001)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor)
public:
void ExecuteUbergraph_BasicRatingWidget(int32 EntryPoint);
void PreConstruct(bool IsDesignTime);
void GetBorderVisibility(ESlateVisibility* Param_Visibility);
void Update_Power_Rating_Value(int32 Rating);
void Update_Border_Color(const struct FLinearColor& Color1, const struct FLinearColor& Color2);
void Get_Current_Rating(float* CurrentNumericValue);
void Update_Power_Rating_Style(class UClass* InStyle);
public:
static class UClass* StaticClass()
{
return StaticBPGeneratedClassImpl<"BasicRatingWidget_C">();
}
static class UBasicRatingWidget_C* GetDefaultObj()
{
return GetDefaultObjImpl<UBasicRatingWidget_C>();
}
};
static_assert(alignof(UBasicRatingWidget_C) == 0x000008, "Wrong alignment on UBasicRatingWidget_C");
static_assert(sizeof(UBasicRatingWidget_C) == 0x000288, "Wrong size on UBasicRatingWidget_C");
static_assert(offsetof(UBasicRatingWidget_C, UberGraphFrame) == 0x000238, "Member 'UBasicRatingWidget_C::UberGraphFrame' has a wrong offset!");
static_assert(offsetof(UBasicRatingWidget_C, Plus) == 0x000240, "Member 'UBasicRatingWidget_C::Plus' has a wrong offset!");
static_assert(offsetof(UBasicRatingWidget_C, RatingBorder) == 0x000248, "Member 'UBasicRatingWidget_C::RatingBorder' has a wrong offset!");
static_assert(offsetof(UBasicRatingWidget_C, RatingImage) == 0x000250, "Member 'UBasicRatingWidget_C::RatingImage' has a wrong offset!");
static_assert(offsetof(UBasicRatingWidget_C, RatingValue) == 0x000258, "Member 'UBasicRatingWidget_C::RatingValue' has a wrong offset!");
static_assert(offsetof(UBasicRatingWidget_C, TextStyle) == 0x000260, "Member 'UBasicRatingWidget_C::TextStyle' has a wrong offset!");
static_assert(offsetof(UBasicRatingWidget_C, BorderStyle) == 0x000268, "Member 'UBasicRatingWidget_C::BorderStyle' has a wrong offset!");
static_assert(offsetof(UBasicRatingWidget_C, BorderVisible) == 0x000270, "Member 'UBasicRatingWidget_C::BorderVisible' has a wrong offset!");
static_assert(offsetof(UBasicRatingWidget_C, RatingImageColor) == 0x000274, "Member 'UBasicRatingWidget_C::RatingImageColor' has a wrong offset!");
static_assert(offsetof(UBasicRatingWidget_C, ImageSize) == 0x000284, "Member 'UBasicRatingWidget_C::ImageSize' has a wrong offset!");
static_assert(offsetof(UBasicRatingWidget_C, ShowPlus) == 0x000285, "Member 'UBasicRatingWidget_C::ShowPlus' has a wrong offset!");
}