mirror of
https://github.com/ApfelTeeSaft/Alphanium.git
synced 2026-08-27 11:43:28 +00:00
45 lines
1.1 KiB
C++
45 lines
1.1 KiB
C++
#pragma once
|
|
|
|
/*
|
|
* SDK generated by Dumper-7
|
|
*
|
|
* https://github.com/Encryqed/Dumper-7
|
|
*/
|
|
|
|
// Package: JournalProgressWidget
|
|
|
|
#include "Basic.hpp"
|
|
|
|
#include "JournalProgressWidget_classes.hpp"
|
|
#include "JournalProgressWidget_parameters.hpp"
|
|
|
|
|
|
#pragma pack(push, 0x4)
|
|
namespace SDK
|
|
{
|
|
|
|
// Function JournalProgressWidget.JournalProgressWidget_C.Update
|
|
// (Public, HasDefaults, BlueprintCallable, BlueprintEvent)
|
|
// Parameters:
|
|
// int32 Required (Parm, ZeroConstructor, IsPlainOldData, NoDestructor)
|
|
// int32 Achieved (Parm, ZeroConstructor, IsPlainOldData, NoDestructor)
|
|
|
|
void UJournalProgressWidget_C::Update(int32 Required, int32 Achieved)
|
|
{
|
|
static class UFunction* Func = nullptr;
|
|
|
|
if (Func == nullptr)
|
|
Func = Class->GetFunction("JournalProgressWidget_C", "Update");
|
|
|
|
Params::JournalProgressWidget_C_Update Parms{};
|
|
|
|
Parms.Required = Required;
|
|
Parms.Achieved = Achieved;
|
|
|
|
UObject::ProcessEvent(Func, &Parms);
|
|
}
|
|
|
|
}
|
|
|
|
#pragma pack(pop)
|