PalWorld-NetCrack/SDK/WBP_OptionSettings_TabButton_classes.hpp
2024-01-22 14:43:11 +08:00

39 lines
3.1 KiB
C++

#pragma once
// Dumped with Dumper-7!
namespace SDK
{
//---------------------------------------------------------------------------------------------------------------------
// CLASSES
//---------------------------------------------------------------------------------------------------------------------
// 0x38 (0x2B0 - 0x278)
// WidgetBlueprintGeneratedClass WBP_OptionSettings_TabButton.WBP_OptionSettings_TabButton_C
class UWBP_OptionSettings_TabButton_C : public UUserWidget
{
public:
struct FPointerToUberGraphFrame UberGraphFrame; // 0x278(0x8)(ZeroConstructor, Transient, DuplicateTransient)
class UWidgetAnimation* Anm_NormalToFocus; // 0x280(0x8)(BlueprintVisible, BlueprintReadOnly, ZeroConstructor, Transient, RepSkip, NoDestructor, HasGetValueTypeHash)
class UBP_PalTextBlock_C* BP_PalTextBlock_Name; // 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)
bool IsActive; // 0x298(0x1)(Edit, BlueprintVisible, ZeroConstructor, DisableEditOnInstance, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
uint8 Pad_8BA[0x3]; // Fixing Size After Last Property [ Dumper-7 ]
int32 Index; // 0x29C(0x4)(Edit, BlueprintVisible, ZeroConstructor, DisableEditOnInstance, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
FMulticastInlineDelegateProperty_ SwitchTabTo; // 0x2A0(0x10)(Edit, BlueprintVisible, ZeroConstructor, DisableEditOnInstance, BlueprintAssignable, BlueprintCallable)
static class UClass* StaticClass();
static class UWBP_OptionSettings_TabButton_C* GetDefaultObj();
void SetName(class FText Name, int32 Index);
void SetTabActive(bool Active);
void BndEvt__WBP_OptionSettings_TabButton_WBP_PalCommonButton_K2Node_ComponentBoundEvent_0_CommonButtonBaseClicked__DelegateSignature(class UCommonButtonBase* Button);
void ExecuteUbergraph_WBP_OptionSettings_TabButton(int32 EntryPoint, bool Temp_bool_Variable, enum class EUMGSequencePlayMode Temp_byte_Variable, enum class EUMGSequencePlayMode Temp_byte_Variable_1, class FText K2Node_CustomEvent_Name, int32 K2Node_CustomEvent_Index, enum class EUMGSequencePlayMode K2Node_Select_Default, bool K2Node_CustomEvent_Active, bool CallFunc_NotEqual_BoolBool_ReturnValue, class UUMGSequencePlayer* CallFunc_PlayAnimation_ReturnValue, class UCommonButtonBase* K2Node_ComponentBoundEvent_Button);
void SwitchTabTo__DelegateSignature(int32 Index);
};
}