mirror of
https://github.com/ApfelTeeSaft/UnrealEvent.git
synced 2026-08-26 19:33:43 +00:00
83 lines
7.0 KiB
C++
83 lines
7.0 KiB
C++
#pragma once
|
|
|
|
/*
|
|
* SDK generated by Dumper-7
|
|
*
|
|
* https://github.com/Encryqed/Dumper-7
|
|
*/
|
|
|
|
// Package: BP_LocalPlayerProfileManagement
|
|
|
|
#include "Basic.hpp"
|
|
|
|
#include "Engine_structs.hpp"
|
|
#include "CommonUI_classes.hpp"
|
|
#include "UMG_structs.hpp"
|
|
|
|
|
|
namespace SDK
|
|
{
|
|
|
|
// WidgetBlueprintGeneratedClass BP_LocalPlayerProfileManagement.BP_LocalPlayerProfileManagement_C
|
|
// 0x0070 (0x02A8 - 0x0238)
|
|
class UBP_LocalPlayerProfileManagement_C final : public UCommonUserWidget
|
|
{
|
|
public:
|
|
struct FPointerToUberGraphFrame UberGraphFrame; // 0x0238(0x0008)(ZeroConstructor, Transient, DuplicateTransient)
|
|
class UIconTextButton_C* CloseProfileButton; // 0x0240(0x0008)(BlueprintVisible, ExportObject, ZeroConstructor, InstancedReference, IsPlainOldData, RepSkip, NoDestructor, PersistentInstance, HasGetValueTypeHash)
|
|
class UPlayerBanner_C* HomebaseBanner; // 0x0248(0x0008)(BlueprintVisible, ExportObject, ZeroConstructor, InstancedReference, IsPlainOldData, RepSkip, NoDestructor, PersistentInstance, HasGetValueTypeHash)
|
|
class UCommonTextBlock* HomebaseName; // 0x0250(0x0008)(BlueprintVisible, ExportObject, ZeroConstructor, InstancedReference, IsPlainOldData, RepSkip, NoDestructor, PersistentInstance, HasGetValueTypeHash)
|
|
class UBasicRatingWidget_C* HomeBaseRating; // 0x0258(0x0008)(BlueprintVisible, ExportObject, ZeroConstructor, InstancedReference, IsPlainOldData, RepSkip, NoDestructor, PersistentInstance, HasGetValueTypeHash)
|
|
class UImage* Image_0; // 0x0260(0x0008)(BlueprintVisible, ExportObject, ZeroConstructor, InstancedReference, IsPlainOldData, RepSkip, NoDestructor, PersistentInstance, HasGetValueTypeHash)
|
|
class UIconTextButton_C* LeavePartyButton; // 0x0268(0x0008)(BlueprintVisible, ExportObject, ZeroConstructor, InstancedReference, IsPlainOldData, RepSkip, NoDestructor, PersistentInstance, HasGetValueTypeHash)
|
|
class UNormalBangWrapper_C* NormalBangWrapper; // 0x0270(0x0008)(BlueprintVisible, ExportObject, ZeroConstructor, InstancedReference, IsPlainOldData, RepSkip, NoDestructor, PersistentInstance, HasGetValueTypeHash)
|
|
class UIconTextButton_C* OpenBannerEditorButton; // 0x0278(0x0008)(BlueprintVisible, ExportObject, ZeroConstructor, InstancedReference, IsPlainOldData, RepSkip, NoDestructor, PersistentInstance, HasGetValueTypeHash)
|
|
class UIconTextButton_C* ViewProfileButton; // 0x0280(0x0008)(BlueprintVisible, ExportObject, ZeroConstructor, InstancedReference, IsPlainOldData, RepSkip, NoDestructor, PersistentInstance, HasGetValueTypeHash)
|
|
UMulticastDelegateProperty_ OpenBannerEditor; // 0x0288(0x0010)(Edit, BlueprintVisible, ZeroConstructor, DisableEditOnInstance, BlueprintAssignable, BlueprintCallable)
|
|
UMulticastDelegateProperty_ CloseProfileModal; // 0x0298(0x0010)(Edit, BlueprintVisible, ZeroConstructor, DisableEditOnInstance, BlueprintAssignable, BlueprintCallable)
|
|
|
|
public:
|
|
void OpenBannerEditor__DelegateSignature();
|
|
void CloseProfileModal__DelegateSignature();
|
|
void ExecuteUbergraph_BP_LocalPlayerProfileManagement(int32 EntryPoint);
|
|
void BndEvt__ViewProfileButton_K2Node_ComponentBoundEvent_126_CommonButtonClicked__DelegateSignature(class UCommonButton* Button);
|
|
void BndEvt__LeavePartyButton_K2Node_ComponentBoundEvent_100_CommonButtonClicked__DelegateSignature(class UCommonButton* Button);
|
|
void BndEvt__CloseProfileButton_K2Node_ComponentBoundEvent_4_CommonButtonClicked__DelegateSignature(class UCommonButton* Button);
|
|
void BndEvt__IconTextButton_0_K2Node_ComponentBoundEvent_4_CommonButtonClicked__DelegateSignature(class UCommonButton* Button);
|
|
void Construct();
|
|
void OnWidgetActivated();
|
|
void OnWidgetDeactivated();
|
|
void UpdateBannerIconAndColor(class FName InBannerIconId, class FName InBannerColorId);
|
|
ESlateVisibility Get_ViewProfileButton_Visibility_0();
|
|
ESlateVisibility Get_LeavePartyButton_Visibility_0();
|
|
void UpdateBannerEditorButton();
|
|
void Update_Bang_State();
|
|
|
|
public:
|
|
static class UClass* StaticClass()
|
|
{
|
|
return StaticBPGeneratedClassImpl<"BP_LocalPlayerProfileManagement_C">();
|
|
}
|
|
static class UBP_LocalPlayerProfileManagement_C* GetDefaultObj()
|
|
{
|
|
return GetDefaultObjImpl<UBP_LocalPlayerProfileManagement_C>();
|
|
}
|
|
};
|
|
static_assert(alignof(UBP_LocalPlayerProfileManagement_C) == 0x000008, "Wrong alignment on UBP_LocalPlayerProfileManagement_C");
|
|
static_assert(sizeof(UBP_LocalPlayerProfileManagement_C) == 0x0002A8, "Wrong size on UBP_LocalPlayerProfileManagement_C");
|
|
static_assert(offsetof(UBP_LocalPlayerProfileManagement_C, UberGraphFrame) == 0x000238, "Member 'UBP_LocalPlayerProfileManagement_C::UberGraphFrame' has a wrong offset!");
|
|
static_assert(offsetof(UBP_LocalPlayerProfileManagement_C, CloseProfileButton) == 0x000240, "Member 'UBP_LocalPlayerProfileManagement_C::CloseProfileButton' has a wrong offset!");
|
|
static_assert(offsetof(UBP_LocalPlayerProfileManagement_C, HomebaseBanner) == 0x000248, "Member 'UBP_LocalPlayerProfileManagement_C::HomebaseBanner' has a wrong offset!");
|
|
static_assert(offsetof(UBP_LocalPlayerProfileManagement_C, HomebaseName) == 0x000250, "Member 'UBP_LocalPlayerProfileManagement_C::HomebaseName' has a wrong offset!");
|
|
static_assert(offsetof(UBP_LocalPlayerProfileManagement_C, HomeBaseRating) == 0x000258, "Member 'UBP_LocalPlayerProfileManagement_C::HomeBaseRating' has a wrong offset!");
|
|
static_assert(offsetof(UBP_LocalPlayerProfileManagement_C, Image_0) == 0x000260, "Member 'UBP_LocalPlayerProfileManagement_C::Image_0' has a wrong offset!");
|
|
static_assert(offsetof(UBP_LocalPlayerProfileManagement_C, LeavePartyButton) == 0x000268, "Member 'UBP_LocalPlayerProfileManagement_C::LeavePartyButton' has a wrong offset!");
|
|
static_assert(offsetof(UBP_LocalPlayerProfileManagement_C, NormalBangWrapper) == 0x000270, "Member 'UBP_LocalPlayerProfileManagement_C::NormalBangWrapper' has a wrong offset!");
|
|
static_assert(offsetof(UBP_LocalPlayerProfileManagement_C, OpenBannerEditorButton) == 0x000278, "Member 'UBP_LocalPlayerProfileManagement_C::OpenBannerEditorButton' has a wrong offset!");
|
|
static_assert(offsetof(UBP_LocalPlayerProfileManagement_C, ViewProfileButton) == 0x000280, "Member 'UBP_LocalPlayerProfileManagement_C::ViewProfileButton' has a wrong offset!");
|
|
static_assert(offsetof(UBP_LocalPlayerProfileManagement_C, OpenBannerEditor) == 0x000288, "Member 'UBP_LocalPlayerProfileManagement_C::OpenBannerEditor' has a wrong offset!");
|
|
static_assert(offsetof(UBP_LocalPlayerProfileManagement_C, CloseProfileModal) == 0x000298, "Member 'UBP_LocalPlayerProfileManagement_C::CloseProfileModal' has a wrong offset!");
|
|
|
|
}
|
|
|