mirror of
https://github.com/swordbluesword/PalWorld-NetCrack.git
synced 2025-04-29 02:47:17 +09:00
34 lines
2.1 KiB
C++
34 lines
2.1 KiB
C++
#pragma once
|
|
|
|
// Dumped with Dumper-7!
|
|
|
|
|
|
namespace SDK
|
|
{
|
|
//---------------------------------------------------------------------------------------------------------------------
|
|
// CLASSES
|
|
//---------------------------------------------------------------------------------------------------------------------
|
|
|
|
// 0x28 (0x2A0 - 0x278)
|
|
// WidgetBlueprintGeneratedClass WBP_TitleFriendButton_OLD.WBP_TitleFriendButton_OLD_C
|
|
class UWBP_TitleFriendButton_OLD_C : public UUserWidget
|
|
{
|
|
public:
|
|
struct FPointerToUberGraphFrame UberGraphFrame; // 0x278(0x8)(ZeroConstructor, Transient, DuplicateTransient)
|
|
class UBP_PalTextBlock_C* BP_PalTextBlock_C_304; // 0x280(0x8)(BlueprintVisible, ExportObject, BlueprintReadOnly, ZeroConstructor, DisableEditOnInstance, InstancedReference, RepSkip, NoDestructor, PersistentInstance, HasGetValueTypeHash)
|
|
class UImage* Image_23; // 0x288(0x8)(BlueprintVisible, ExportObject, BlueprintReadOnly, ZeroConstructor, DisableEditOnInstance, InstancedReference, RepSkip, NoDestructor, PersistentInstance, HasGetValueTypeHash)
|
|
class UWBP_PalCommonButton_C* WBP_PalCommonButton; // 0x290(0x8)(BlueprintVisible, ExportObject, BlueprintReadOnly, ZeroConstructor, DisableEditOnInstance, InstancedReference, RepSkip, NoDestructor, PersistentInstance, HasGetValueTypeHash)
|
|
class UPocketpairFriend* Friend; // 0x298(0x8)(Edit, BlueprintVisible, ZeroConstructor, NoDestructor, ExposeOnSpawn, HasGetValueTypeHash)
|
|
|
|
static class UClass* StaticClass();
|
|
static class UWBP_TitleFriendButton_OLD_C* GetDefaultObj();
|
|
|
|
void Construct();
|
|
void BndEvt__WBP_TitleFriendButton_WBP_PalCommonButton_K2Node_ComponentBoundEvent_0_CommonButtonBaseClicked__DelegateSignature(class UCommonButtonBase* Button);
|
|
void ExecuteUbergraph_WBP_TitleFriendButton_OLD(int32 EntryPoint, class UCommonButtonBase* K2Node_ComponentBoundEvent_Button, class FText CallFunc_Conv_StringToText_ReturnValue);
|
|
};
|
|
|
|
}
|
|
|
|
|