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

209 lines
12 KiB
C++

#pragma once
// Dumped with Dumper-7!
#include "../SDK.hpp"
namespace SDK
{
//---------------------------------------------------------------------------------------------------------------------
// FUNCTIONS
//---------------------------------------------------------------------------------------------------------------------
// WidgetBlueprintGeneratedClass WBP_Option_NoteListContent.WBP_Option_NoteListContent_C
// (None)
class UClass* UWBP_Option_NoteListContent_C::StaticClass()
{
static class UClass* Clss = nullptr;
if (!Clss)
Clss = UObject::FindClassFast("WBP_Option_NoteListContent_C");
return Clss;
}
// WBP_Option_NoteListContent_C WBP_Option_NoteListContent.Default__WBP_Option_NoteListContent_C
// (Public, ClassDefaultObject, ArchetypeObject, WasLoaded, LoadCompleted)
class UWBP_Option_NoteListContent_C* UWBP_Option_NoteListContent_C::GetDefaultObj()
{
static class UWBP_Option_NoteListContent_C* Default = nullptr;
if (!Default)
Default = static_cast<UWBP_Option_NoteListContent_C*>(UWBP_Option_NoteListContent_C::StaticClass()->DefaultObject);
return Default;
}
// Function WBP_Option_NoteListContent.WBP_Option_NoteListContent_C.SetNoteList
// (BlueprintCallable, BlueprintEvent)
// Parameters:
// class FName Title (BlueprintVisible, BlueprintReadOnly, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
// bool IsChecked (BlueprintVisible, BlueprintReadOnly, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
// class FText Desc (BlueprintVisible, BlueprintReadOnly, Parm)
void UWBP_Option_NoteListContent_C::SetNoteList(class FName Title, bool IsChecked, class FText Desc)
{
static class UFunction* Func = nullptr;
if (!Func)
Func = Class->GetFunction("WBP_Option_NoteListContent_C", "SetNoteList");
Params::UWBP_Option_NoteListContent_C_SetNoteList_Params Parms{};
Parms.Title = Title;
Parms.IsChecked = IsChecked;
Parms.Desc = Desc;
UObject::ProcessEvent(Func, &Parms);
}
// Function WBP_Option_NoteListContent.WBP_Option_NoteListContent_C.BndEvt__WBP_Option_NoteListContent_WBP_PalInvisibleButton_K2Node_ComponentBoundEvent_0_CommonButtonBaseClicked__DelegateSignature
// (BlueprintEvent)
// Parameters:
// class UCommonButtonBase* Button (BlueprintVisible, BlueprintReadOnly, Parm, ZeroConstructor, InstancedReference, NoDestructor, HasGetValueTypeHash)
void UWBP_Option_NoteListContent_C::BndEvt__WBP_Option_NoteListContent_WBP_PalInvisibleButton_K2Node_ComponentBoundEvent_0_CommonButtonBaseClicked__DelegateSignature(class UCommonButtonBase* Button)
{
static class UFunction* Func = nullptr;
if (!Func)
Func = Class->GetFunction("WBP_Option_NoteListContent_C", "BndEvt__WBP_Option_NoteListContent_WBP_PalInvisibleButton_K2Node_ComponentBoundEvent_0_CommonButtonBaseClicked__DelegateSignature");
Params::UWBP_Option_NoteListContent_C_BndEvt__WBP_Option_NoteListContent_WBP_PalInvisibleButton_K2Node_ComponentBoundEvent_0_CommonButtonBaseClicked__DelegateSignature_Params Parms{};
Parms.Button = Button;
UObject::ProcessEvent(Func, &Parms);
}
// Function WBP_Option_NoteListContent.WBP_Option_NoteListContent_C.BndEvt__WBP_Option_NoteListContent_WBP_PalInvisibleButton_K2Node_ComponentBoundEvent_1_CommonButtonBaseClicked__DelegateSignature
// (BlueprintEvent)
// Parameters:
// class UCommonButtonBase* Button (BlueprintVisible, BlueprintReadOnly, Parm, ZeroConstructor, InstancedReference, NoDestructor, HasGetValueTypeHash)
void UWBP_Option_NoteListContent_C::BndEvt__WBP_Option_NoteListContent_WBP_PalInvisibleButton_K2Node_ComponentBoundEvent_1_CommonButtonBaseClicked__DelegateSignature(class UCommonButtonBase* Button)
{
static class UFunction* Func = nullptr;
if (!Func)
Func = Class->GetFunction("WBP_Option_NoteListContent_C", "BndEvt__WBP_Option_NoteListContent_WBP_PalInvisibleButton_K2Node_ComponentBoundEvent_1_CommonButtonBaseClicked__DelegateSignature");
Params::UWBP_Option_NoteListContent_C_BndEvt__WBP_Option_NoteListContent_WBP_PalInvisibleButton_K2Node_ComponentBoundEvent_1_CommonButtonBaseClicked__DelegateSignature_Params Parms{};
Parms.Button = Button;
UObject::ProcessEvent(Func, &Parms);
}
// Function WBP_Option_NoteListContent.WBP_Option_NoteListContent_C.BndEvt__WBP_Option_NoteListContent_WBP_PalInvisibleButton_K2Node_ComponentBoundEvent_2_CommonButtonBaseClicked__DelegateSignature
// (BlueprintEvent)
// Parameters:
// class UCommonButtonBase* Button (BlueprintVisible, BlueprintReadOnly, Parm, ZeroConstructor, InstancedReference, NoDestructor, HasGetValueTypeHash)
void UWBP_Option_NoteListContent_C::BndEvt__WBP_Option_NoteListContent_WBP_PalInvisibleButton_K2Node_ComponentBoundEvent_2_CommonButtonBaseClicked__DelegateSignature(class UCommonButtonBase* Button)
{
static class UFunction* Func = nullptr;
if (!Func)
Func = Class->GetFunction("WBP_Option_NoteListContent_C", "BndEvt__WBP_Option_NoteListContent_WBP_PalInvisibleButton_K2Node_ComponentBoundEvent_2_CommonButtonBaseClicked__DelegateSignature");
Params::UWBP_Option_NoteListContent_C_BndEvt__WBP_Option_NoteListContent_WBP_PalInvisibleButton_K2Node_ComponentBoundEvent_2_CommonButtonBaseClicked__DelegateSignature_Params Parms{};
Parms.Button = Button;
UObject::ProcessEvent(Func, &Parms);
}
// Function WBP_Option_NoteListContent.WBP_Option_NoteListContent_C.ExecuteUbergraph_WBP_Option_NoteListContent
// (Final, UbergraphFunction, HasDefaults)
// Parameters:
// int32 EntryPoint (BlueprintVisible, BlueprintReadOnly, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
// enum class ESlateVisibility Temp_byte_Variable (ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
// enum class ESlateVisibility Temp_byte_Variable_1 (ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
// bool CallFunc_NotEqual_NameName_ReturnValue (ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
// class FName K2Node_CustomEvent_Title (ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
// bool K2Node_CustomEvent_IsChecked (ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
// class FText K2Node_CustomEvent_Desc (None)
// class FString CallFunc_Conv_TextToString_ReturnValue (ZeroConstructor, HasGetValueTypeHash)
// class FString CallFunc_GetFirstLine_ReturnValue (ZeroConstructor, HasGetValueTypeHash)
// class FText CallFunc_Conv_StringToText_ReturnValue (None)
// class UCommonButtonBase* K2Node_ComponentBoundEvent_Button_2 (ZeroConstructor, InstancedReference, NoDestructor, HasGetValueTypeHash)
// class UCommonButtonBase* K2Node_ComponentBoundEvent_Button_1 (ZeroConstructor, InstancedReference, NoDestructor, HasGetValueTypeHash)
// class UCommonButtonBase* K2Node_ComponentBoundEvent_Button (ZeroConstructor, InstancedReference, NoDestructor, HasGetValueTypeHash)
// class FText CallFunc_MakeLiteralText_ReturnValue (None)
// bool Temp_bool_Variable (ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
// class FText CallFunc_SelectText_ReturnValue (None)
// enum class ESlateVisibility K2Node_Select_Default (ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
// bool CallFunc_NotEqual_NameName_ReturnValue_1 (ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
void UWBP_Option_NoteListContent_C::ExecuteUbergraph_WBP_Option_NoteListContent(int32 EntryPoint, enum class ESlateVisibility Temp_byte_Variable, enum class ESlateVisibility Temp_byte_Variable_1, bool CallFunc_NotEqual_NameName_ReturnValue, class FName K2Node_CustomEvent_Title, bool K2Node_CustomEvent_IsChecked, class FText K2Node_CustomEvent_Desc, const class FString& CallFunc_Conv_TextToString_ReturnValue, const class FString& CallFunc_GetFirstLine_ReturnValue, class FText CallFunc_Conv_StringToText_ReturnValue, class UCommonButtonBase* K2Node_ComponentBoundEvent_Button_2, class UCommonButtonBase* K2Node_ComponentBoundEvent_Button_1, class UCommonButtonBase* K2Node_ComponentBoundEvent_Button, class FText CallFunc_MakeLiteralText_ReturnValue, bool Temp_bool_Variable, class FText CallFunc_SelectText_ReturnValue, enum class ESlateVisibility K2Node_Select_Default, bool CallFunc_NotEqual_NameName_ReturnValue_1)
{
static class UFunction* Func = nullptr;
if (!Func)
Func = Class->GetFunction("WBP_Option_NoteListContent_C", "ExecuteUbergraph_WBP_Option_NoteListContent");
Params::UWBP_Option_NoteListContent_C_ExecuteUbergraph_WBP_Option_NoteListContent_Params Parms{};
Parms.EntryPoint = EntryPoint;
Parms.Temp_byte_Variable = Temp_byte_Variable;
Parms.Temp_byte_Variable_1 = Temp_byte_Variable_1;
Parms.CallFunc_NotEqual_NameName_ReturnValue = CallFunc_NotEqual_NameName_ReturnValue;
Parms.K2Node_CustomEvent_Title = K2Node_CustomEvent_Title;
Parms.K2Node_CustomEvent_IsChecked = K2Node_CustomEvent_IsChecked;
Parms.K2Node_CustomEvent_Desc = K2Node_CustomEvent_Desc;
Parms.CallFunc_Conv_TextToString_ReturnValue = CallFunc_Conv_TextToString_ReturnValue;
Parms.CallFunc_GetFirstLine_ReturnValue = CallFunc_GetFirstLine_ReturnValue;
Parms.CallFunc_Conv_StringToText_ReturnValue = CallFunc_Conv_StringToText_ReturnValue;
Parms.K2Node_ComponentBoundEvent_Button_2 = K2Node_ComponentBoundEvent_Button_2;
Parms.K2Node_ComponentBoundEvent_Button_1 = K2Node_ComponentBoundEvent_Button_1;
Parms.K2Node_ComponentBoundEvent_Button = K2Node_ComponentBoundEvent_Button;
Parms.CallFunc_MakeLiteralText_ReturnValue = CallFunc_MakeLiteralText_ReturnValue;
Parms.Temp_bool_Variable = Temp_bool_Variable;
Parms.CallFunc_SelectText_ReturnValue = CallFunc_SelectText_ReturnValue;
Parms.K2Node_Select_Default = K2Node_Select_Default;
Parms.CallFunc_NotEqual_NameName_ReturnValue_1 = CallFunc_NotEqual_NameName_ReturnValue_1;
UObject::ProcessEvent(Func, &Parms);
}
// Function WBP_Option_NoteListContent.WBP_Option_NoteListContent_C.OnNoteListClicked__DelegateSignature
// (Public, Delegate, BlueprintCallable, BlueprintEvent)
// Parameters:
// class FName Title (BlueprintVisible, BlueprintReadOnly, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
void UWBP_Option_NoteListContent_C::OnNoteListClicked__DelegateSignature(class FName Title)
{
static class UFunction* Func = nullptr;
if (!Func)
Func = Class->GetFunction("WBP_Option_NoteListContent_C", "OnNoteListClicked__DelegateSignature");
Params::UWBP_Option_NoteListContent_C_OnNoteListClicked__DelegateSignature_Params Parms{};
Parms.Title = Title;
UObject::ProcessEvent(Func, &Parms);
}
}