mirror of
https://github.com/ApfelTeeSaft/UnrealEvent.git
synced 2026-08-26 19:33:43 +00:00
100 lines
8.7 KiB
C++
100 lines
8.7 KiB
C++
#pragma once
|
|
|
|
/*
|
|
* SDK generated by Dumper-7
|
|
*
|
|
* https://github.com/Encryqed/Dumper-7
|
|
*/
|
|
|
|
// Package: BP_FortExpeditionIconTabButton
|
|
|
|
#include "Basic.hpp"
|
|
|
|
#include "Engine_structs.hpp"
|
|
#include "SlateCore_structs.hpp"
|
|
#include "CoreUObject_structs.hpp"
|
|
#include "CommonUI_classes.hpp"
|
|
#include "UMG_structs.hpp"
|
|
|
|
|
|
namespace SDK
|
|
{
|
|
|
|
// WidgetBlueprintGeneratedClass BP_FortExpeditionIconTabButton.BP_FortExpeditionIconTabButton_C
|
|
// 0x0120 (0x0C50 - 0x0B30)
|
|
class UBP_FortExpeditionIconTabButton_C final : public UCommonButton
|
|
{
|
|
public:
|
|
struct FPointerToUberGraphFrame UberGraphFrame; // 0x0B30(0x0008)(ZeroConstructor, Transient, DuplicateTransient)
|
|
class UCommonNumericTextBlock* AvailableVehicles; // 0x0B38(0x0008)(BlueprintVisible, ExportObject, ZeroConstructor, InstancedReference, IsPlainOldData, RepSkip, NoDestructor, PersistentInstance, HasGetValueTypeHash)
|
|
class UCommonTextBlock* CenterButtonTextWidget; // 0x0B40(0x0008)(BlueprintVisible, ExportObject, ZeroConstructor, InstancedReference, IsPlainOldData, RepSkip, NoDestructor, PersistentInstance, HasGetValueTypeHash)
|
|
class UCommonTextBlock* Heading; // 0x0B48(0x0008)(BlueprintVisible, ExportObject, ZeroConstructor, InstancedReference, IsPlainOldData, RepSkip, NoDestructor, PersistentInstance, HasGetValueTypeHash)
|
|
class UImage* LeftSideImage; // 0x0B50(0x0008)(BlueprintVisible, ExportObject, ZeroConstructor, InstancedReference, IsPlainOldData, RepSkip, NoDestructor, PersistentInstance, HasGetValueTypeHash)
|
|
class UNormalBangWrapper_C* NormalBangWrapper_0; // 0x0B58(0x0008)(BlueprintVisible, ExportObject, ZeroConstructor, InstancedReference, IsPlainOldData, RepSkip, NoDestructor, PersistentInstance, HasGetValueTypeHash)
|
|
class FText ButtonText; // 0x0B60(0x0018)(Edit, BlueprintVisible, ExposeOnSpawn)
|
|
struct FSlateBrush IconBrush; // 0x0B78(0x0088)(Edit, BlueprintVisible, ExposeOnSpawn)
|
|
class FName TabId; // 0x0C00(0x0008)(Edit, BlueprintVisible, ZeroConstructor, DisableEditOnInstance, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
|
|
struct FLinearColor Hovered_Icon_Tint; // 0x0C08(0x0010)(Edit, BlueprintVisible, ZeroConstructor, DisableEditOnInstance, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
|
|
struct FLinearColor Selected_Icon_Tint; // 0x0C18(0x0010)(Edit, BlueprintVisible, ZeroConstructor, DisableEditOnInstance, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
|
|
struct FLinearColor Deselected_Icon_Tint; // 0x0C28(0x0010)(Edit, BlueprintVisible, ZeroConstructor, DisableEditOnInstance, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
|
|
int32 LandVehicles; // 0x0C38(0x0004)(Edit, BlueprintVisible, ZeroConstructor, DisableEditOnInstance, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
|
|
int32 LandVehiclesAvailable; // 0x0C3C(0x0004)(Edit, BlueprintVisible, ZeroConstructor, DisableEditOnInstance, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
|
|
int32 SeaVehicles; // 0x0C40(0x0004)(Edit, BlueprintVisible, ZeroConstructor, DisableEditOnInstance, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
|
|
int32 SeaVehiclesAvailable; // 0x0C44(0x0004)(Edit, BlueprintVisible, ZeroConstructor, DisableEditOnInstance, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
|
|
int32 AirVehicles; // 0x0C48(0x0004)(Edit, BlueprintVisible, ZeroConstructor, DisableEditOnInstance, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
|
|
int32 AirVehiclesAvailable; // 0x0C4C(0x0004)(Edit, BlueprintVisible, ZeroConstructor, DisableEditOnInstance, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
|
|
|
|
public:
|
|
void ExecuteUbergraph_BP_FortExpeditionIconTabButton(int32 EntryPoint);
|
|
void BP_OnUnhovered();
|
|
void BP_OnHovered();
|
|
void BP_OnDeselected();
|
|
void BP_OnSelected();
|
|
void Construct();
|
|
void SetTabLabelInfo(const struct FFortTabButtonLabelInfo& TabLabelInfo);
|
|
void PreConstruct(bool IsDesignTime);
|
|
void OnCurrentTextStyleChanged();
|
|
void Set_Text(const class FText& Param_ButtonText);
|
|
void Set_Icon(const struct FSlateBrush& Param_IconBrush);
|
|
void Refresh_Bang_State();
|
|
void Set_Tab_Id(class FName Param_TabId);
|
|
void Update_Available_Vehicles();
|
|
void Update_All_Vehicles();
|
|
void Update_Land_Vehicles();
|
|
void Update_Sea_Vehicles();
|
|
void Update_Air_Vehicles();
|
|
|
|
public:
|
|
static class UClass* StaticClass()
|
|
{
|
|
return StaticBPGeneratedClassImpl<"BP_FortExpeditionIconTabButton_C">();
|
|
}
|
|
static class UBP_FortExpeditionIconTabButton_C* GetDefaultObj()
|
|
{
|
|
return GetDefaultObjImpl<UBP_FortExpeditionIconTabButton_C>();
|
|
}
|
|
};
|
|
static_assert(alignof(UBP_FortExpeditionIconTabButton_C) == 0x000008, "Wrong alignment on UBP_FortExpeditionIconTabButton_C");
|
|
static_assert(sizeof(UBP_FortExpeditionIconTabButton_C) == 0x000C50, "Wrong size on UBP_FortExpeditionIconTabButton_C");
|
|
static_assert(offsetof(UBP_FortExpeditionIconTabButton_C, UberGraphFrame) == 0x000B30, "Member 'UBP_FortExpeditionIconTabButton_C::UberGraphFrame' has a wrong offset!");
|
|
static_assert(offsetof(UBP_FortExpeditionIconTabButton_C, AvailableVehicles) == 0x000B38, "Member 'UBP_FortExpeditionIconTabButton_C::AvailableVehicles' has a wrong offset!");
|
|
static_assert(offsetof(UBP_FortExpeditionIconTabButton_C, CenterButtonTextWidget) == 0x000B40, "Member 'UBP_FortExpeditionIconTabButton_C::CenterButtonTextWidget' has a wrong offset!");
|
|
static_assert(offsetof(UBP_FortExpeditionIconTabButton_C, Heading) == 0x000B48, "Member 'UBP_FortExpeditionIconTabButton_C::Heading' has a wrong offset!");
|
|
static_assert(offsetof(UBP_FortExpeditionIconTabButton_C, LeftSideImage) == 0x000B50, "Member 'UBP_FortExpeditionIconTabButton_C::LeftSideImage' has a wrong offset!");
|
|
static_assert(offsetof(UBP_FortExpeditionIconTabButton_C, NormalBangWrapper_0) == 0x000B58, "Member 'UBP_FortExpeditionIconTabButton_C::NormalBangWrapper_0' has a wrong offset!");
|
|
static_assert(offsetof(UBP_FortExpeditionIconTabButton_C, ButtonText) == 0x000B60, "Member 'UBP_FortExpeditionIconTabButton_C::ButtonText' has a wrong offset!");
|
|
static_assert(offsetof(UBP_FortExpeditionIconTabButton_C, IconBrush) == 0x000B78, "Member 'UBP_FortExpeditionIconTabButton_C::IconBrush' has a wrong offset!");
|
|
static_assert(offsetof(UBP_FortExpeditionIconTabButton_C, TabId) == 0x000C00, "Member 'UBP_FortExpeditionIconTabButton_C::TabId' has a wrong offset!");
|
|
static_assert(offsetof(UBP_FortExpeditionIconTabButton_C, Hovered_Icon_Tint) == 0x000C08, "Member 'UBP_FortExpeditionIconTabButton_C::Hovered_Icon_Tint' has a wrong offset!");
|
|
static_assert(offsetof(UBP_FortExpeditionIconTabButton_C, Selected_Icon_Tint) == 0x000C18, "Member 'UBP_FortExpeditionIconTabButton_C::Selected_Icon_Tint' has a wrong offset!");
|
|
static_assert(offsetof(UBP_FortExpeditionIconTabButton_C, Deselected_Icon_Tint) == 0x000C28, "Member 'UBP_FortExpeditionIconTabButton_C::Deselected_Icon_Tint' has a wrong offset!");
|
|
static_assert(offsetof(UBP_FortExpeditionIconTabButton_C, LandVehicles) == 0x000C38, "Member 'UBP_FortExpeditionIconTabButton_C::LandVehicles' has a wrong offset!");
|
|
static_assert(offsetof(UBP_FortExpeditionIconTabButton_C, LandVehiclesAvailable) == 0x000C3C, "Member 'UBP_FortExpeditionIconTabButton_C::LandVehiclesAvailable' has a wrong offset!");
|
|
static_assert(offsetof(UBP_FortExpeditionIconTabButton_C, SeaVehicles) == 0x000C40, "Member 'UBP_FortExpeditionIconTabButton_C::SeaVehicles' has a wrong offset!");
|
|
static_assert(offsetof(UBP_FortExpeditionIconTabButton_C, SeaVehiclesAvailable) == 0x000C44, "Member 'UBP_FortExpeditionIconTabButton_C::SeaVehiclesAvailable' has a wrong offset!");
|
|
static_assert(offsetof(UBP_FortExpeditionIconTabButton_C, AirVehicles) == 0x000C48, "Member 'UBP_FortExpeditionIconTabButton_C::AirVehicles' has a wrong offset!");
|
|
static_assert(offsetof(UBP_FortExpeditionIconTabButton_C, AirVehiclesAvailable) == 0x000C4C, "Member 'UBP_FortExpeditionIconTabButton_C::AirVehiclesAvailable' has a wrong offset!");
|
|
|
|
}
|
|
|