mirror of
https://github.com/ApfelTeeSaft/Alphanium.git
synced 2026-08-27 03:33:27 +00:00
136 lines
4.5 KiB
C++
136 lines
4.5 KiB
C++
#pragma once
|
|
|
|
/*
|
|
* SDK generated by Dumper-7
|
|
*
|
|
* https://github.com/Encryqed/Dumper-7
|
|
*/
|
|
|
|
// Package: JournalCategoryWidget
|
|
|
|
#include "Basic.hpp"
|
|
|
|
#include "JournalCategoryWidget_classes.hpp"
|
|
#include "JournalCategoryWidget_parameters.hpp"
|
|
|
|
|
|
#pragma pack(push, 0x4)
|
|
namespace SDK
|
|
{
|
|
|
|
// Function JournalCategoryWidget.JournalCategoryWidget_C.ExecuteUbergraph_JournalCategoryWidget
|
|
// (HasDefaults)
|
|
// Parameters:
|
|
// int32 EntryPoint (Parm, ZeroConstructor, IsPlainOldData, NoDestructor)
|
|
|
|
void UJournalCategoryWidget_C::ExecuteUbergraph_JournalCategoryWidget(int32 EntryPoint)
|
|
{
|
|
static class UFunction* Func = nullptr;
|
|
|
|
if (Func == nullptr)
|
|
Func = Class->GetFunction("JournalCategoryWidget_C", "ExecuteUbergraph_JournalCategoryWidget");
|
|
|
|
Params::JournalCategoryWidget_C_ExecuteUbergraph_JournalCategoryWidget Parms{};
|
|
|
|
Parms.EntryPoint = EntryPoint;
|
|
|
|
UObject::ProcessEvent(Func, &Parms);
|
|
}
|
|
|
|
|
|
// Function JournalCategoryWidget.JournalCategoryWidget_C.BndEvt__ExpanderButton_K2Node_ComponentBoundEvent_78_FortSelectedStateChanged__DelegateSignature
|
|
// (BlueprintEvent)
|
|
// Parameters:
|
|
// class UFortBaseButton* Button (Parm, ZeroConstructor, IsPlainOldData, NoDestructor)
|
|
// bool SELECTED (Parm, ZeroConstructor, IsPlainOldData, NoDestructor)
|
|
|
|
void UJournalCategoryWidget_C::BndEvt__ExpanderButton_K2Node_ComponentBoundEvent_78_FortSelectedStateChanged__DelegateSignature(class UFortBaseButton* Button, bool SELECTED)
|
|
{
|
|
static class UFunction* Func = nullptr;
|
|
|
|
if (Func == nullptr)
|
|
Func = Class->GetFunction("JournalCategoryWidget_C", "BndEvt__ExpanderButton_K2Node_ComponentBoundEvent_78_FortSelectedStateChanged__DelegateSignature");
|
|
|
|
Params::JournalCategoryWidget_C_BndEvt__ExpanderButton_K2Node_ComponentBoundEvent_78_FortSelectedStateChanged__DelegateSignature Parms{};
|
|
|
|
Parms.Button = Button;
|
|
Parms.SELECTED = SELECTED;
|
|
|
|
UObject::ProcessEvent(Func, &Parms);
|
|
}
|
|
|
|
|
|
// Function JournalCategoryWidget.JournalCategoryWidget_C.BndEvt__EntryList_K2Node_ComponentBoundEvent_467_ListViewEvent__DelegateSignature
|
|
// (BlueprintEvent)
|
|
// Parameters:
|
|
// class UObject* Item (Parm, ZeroConstructor, IsPlainOldData, NoDestructor)
|
|
|
|
void UJournalCategoryWidget_C::BndEvt__EntryList_K2Node_ComponentBoundEvent_467_ListViewEvent__DelegateSignature(class UObject* Item)
|
|
{
|
|
static class UFunction* Func = nullptr;
|
|
|
|
if (Func == nullptr)
|
|
Func = Class->GetFunction("JournalCategoryWidget_C", "BndEvt__EntryList_K2Node_ComponentBoundEvent_467_ListViewEvent__DelegateSignature");
|
|
|
|
Params::JournalCategoryWidget_C_BndEvt__EntryList_K2Node_ComponentBoundEvent_467_ListViewEvent__DelegateSignature Parms{};
|
|
|
|
Parms.Item = Item;
|
|
|
|
UObject::ProcessEvent(Func, &Parms);
|
|
}
|
|
|
|
|
|
// Function JournalCategoryWidget.JournalCategoryWidget_C.Construct
|
|
// (BlueprintCosmetic, Event, Public, BlueprintEvent)
|
|
|
|
void UJournalCategoryWidget_C::Construct()
|
|
{
|
|
static class UFunction* Func = nullptr;
|
|
|
|
if (Func == nullptr)
|
|
Func = Class->GetFunction("JournalCategoryWidget_C", "Construct");
|
|
|
|
UObject::ProcessEvent(Func, nullptr);
|
|
}
|
|
|
|
|
|
// Function JournalCategoryWidget.JournalCategoryWidget_C.On_EntryList_GenerateRow
|
|
// (Public, HasOutParams, BlueprintCallable, BlueprintEvent)
|
|
// Parameters:
|
|
// class UObject* Item (Parm, ZeroConstructor, IsPlainOldData, NoDestructor)
|
|
// class UWidget* ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor)
|
|
|
|
class UWidget* UJournalCategoryWidget_C::On_EntryList_GenerateRow(class UObject* Item)
|
|
{
|
|
static class UFunction* Func = nullptr;
|
|
|
|
if (Func == nullptr)
|
|
Func = Class->GetFunction("JournalCategoryWidget_C", "On_EntryList_GenerateRow");
|
|
|
|
Params::JournalCategoryWidget_C_On_EntryList_GenerateRow Parms{};
|
|
|
|
Parms.Item = Item;
|
|
|
|
UObject::ProcessEvent(Func, &Parms);
|
|
|
|
return Parms.ReturnValue;
|
|
}
|
|
|
|
|
|
// Function JournalCategoryWidget.JournalCategoryWidget_C.ClearSelection
|
|
// (Public, BlueprintCallable, BlueprintEvent)
|
|
|
|
void UJournalCategoryWidget_C::ClearSelection()
|
|
{
|
|
static class UFunction* Func = nullptr;
|
|
|
|
if (Func == nullptr)
|
|
Func = Class->GetFunction("JournalCategoryWidget_C", "ClearSelection");
|
|
|
|
UObject::ProcessEvent(Func, nullptr);
|
|
}
|
|
|
|
}
|
|
|
|
#pragma pack(pop)
|