mirror of
https://github.com/ApfelTeeSaft/Alphanium.git
synced 2026-08-27 11:43:28 +00:00
113 lines
2.8 KiB
C++
113 lines
2.8 KiB
C++
#pragma once
|
|
|
|
/*
|
|
* SDK generated by Dumper-7
|
|
*
|
|
* https://github.com/Encryqed/Dumper-7
|
|
*/
|
|
|
|
// Package: JournalEntry
|
|
|
|
#include "Basic.hpp"
|
|
|
|
#include "JournalEntry_classes.hpp"
|
|
#include "JournalEntry_parameters.hpp"
|
|
|
|
|
|
#pragma pack(push, 0x4)
|
|
namespace SDK
|
|
{
|
|
|
|
// Function JournalEntry.JournalEntry_C.ExecuteUbergraph_JournalEntry
|
|
// ()
|
|
// Parameters:
|
|
// int32 EntryPoint (Parm, ZeroConstructor, IsPlainOldData, NoDestructor)
|
|
|
|
void UJournalEntry_C::ExecuteUbergraph_JournalEntry(int32 EntryPoint)
|
|
{
|
|
static class UFunction* Func = nullptr;
|
|
|
|
if (Func == nullptr)
|
|
Func = Class->GetFunction("JournalEntry_C", "ExecuteUbergraph_JournalEntry");
|
|
|
|
Params::JournalEntry_C_ExecuteUbergraph_JournalEntry Parms{};
|
|
|
|
Parms.EntryPoint = EntryPoint;
|
|
|
|
UObject::ProcessEvent(Func, &Parms);
|
|
}
|
|
|
|
|
|
// Function JournalEntry.JournalEntry_C.HandleSelectedChanged
|
|
// (BlueprintCallable, BlueprintEvent)
|
|
// Parameters:
|
|
// class UFortBaseButton* Button (Parm, ZeroConstructor, IsPlainOldData, NoDestructor)
|
|
// bool SELECTED (Parm, ZeroConstructor, IsPlainOldData, NoDestructor)
|
|
|
|
void UJournalEntry_C::HandleSelectedChanged(class UFortBaseButton* Button, bool SELECTED)
|
|
{
|
|
static class UFunction* Func = nullptr;
|
|
|
|
if (Func == nullptr)
|
|
Func = Class->GetFunction("JournalEntry_C", "HandleSelectedChanged");
|
|
|
|
Params::JournalEntry_C_HandleSelectedChanged Parms{};
|
|
|
|
Parms.Button = Button;
|
|
Parms.SELECTED = SELECTED;
|
|
|
|
UObject::ProcessEvent(Func, &Parms);
|
|
}
|
|
|
|
|
|
// Function JournalEntry.JournalEntry_C.Construct
|
|
// (BlueprintCosmetic, Event, Public, BlueprintEvent)
|
|
|
|
void UJournalEntry_C::Construct()
|
|
{
|
|
static class UFunction* Func = nullptr;
|
|
|
|
if (Func == nullptr)
|
|
Func = Class->GetFunction("JournalEntry_C", "Construct");
|
|
|
|
UObject::ProcessEvent(Func, nullptr);
|
|
}
|
|
|
|
|
|
// Function JournalEntry.JournalEntry_C.UpdateProgress
|
|
// (Public, BlueprintCallable, BlueprintEvent)
|
|
|
|
void UJournalEntry_C::UpdateProgress()
|
|
{
|
|
static class UFunction* Func = nullptr;
|
|
|
|
if (Func == nullptr)
|
|
Func = Class->GetFunction("JournalEntry_C", "UpdateProgress");
|
|
|
|
UObject::ProcessEvent(Func, nullptr);
|
|
}
|
|
|
|
|
|
// Function JournalEntry.JournalEntry_C.Setup
|
|
// (Public, HasDefaults, BlueprintCallable, BlueprintEvent)
|
|
// Parameters:
|
|
// class UFortQuestItem* Quest (Parm, ZeroConstructor, IsPlainOldData, NoDestructor)
|
|
|
|
void UJournalEntry_C::Setup(class UFortQuestItem* Quest)
|
|
{
|
|
static class UFunction* Func = nullptr;
|
|
|
|
if (Func == nullptr)
|
|
Func = Class->GetFunction("JournalEntry_C", "Setup");
|
|
|
|
Params::JournalEntry_C_Setup Parms{};
|
|
|
|
Parms.Quest = Quest;
|
|
|
|
UObject::ProcessEvent(Func, &Parms);
|
|
}
|
|
|
|
}
|
|
|
|
#pragma pack(pop)
|