Files
UnrealEvent/Aeon-740/SDK/TopWeaponStatRowEntry_functions.cpp
2024-10-18 01:01:36 +01:00

69 lines
1.7 KiB
C++

#pragma once
/*
* SDK generated by Dumper-7
*
* https://github.com/Encryqed/Dumper-7
*/
// Package: TopWeaponStatRowEntry
#include "Basic.hpp"
#include "TopWeaponStatRowEntry_classes.hpp"
#include "TopWeaponStatRowEntry_parameters.hpp"
namespace SDK
{
// Function TopWeaponStatRowEntry.TopWeaponStatRowEntry_C.ExecuteUbergraph_TopWeaponStatRowEntry
// (Final, UbergraphFunction)
// Parameters:
// int32 EntryPoint (BlueprintVisible, BlueprintReadOnly, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
void UTopWeaponStatRowEntry_C::ExecuteUbergraph_TopWeaponStatRowEntry(int32 EntryPoint)
{
static class UFunction* Func = nullptr;
if (Func == nullptr)
Func = Class->GetFunction("TopWeaponStatRowEntry_C", "ExecuteUbergraph_TopWeaponStatRowEntry");
Params::TopWeaponStatRowEntry_C_ExecuteUbergraph_TopWeaponStatRowEntry Parms{};
Parms.EntryPoint = EntryPoint;
UObject::ProcessEvent(Func, &Parms);
}
// Function TopWeaponStatRowEntry.TopWeaponStatRowEntry_C.OnStatChanged
// (Event, Protected, BlueprintEvent)
void UTopWeaponStatRowEntry_C::OnStatChanged()
{
static class UFunction* Func = nullptr;
if (Func == nullptr)
Func = Class->GetFunction("TopWeaponStatRowEntry_C", "OnStatChanged");
UObject::ProcessEvent(Func, nullptr);
}
// Function TopWeaponStatRowEntry.TopWeaponStatRowEntry_C.Update
// (Public, HasDefaults, BlueprintCallable, BlueprintEvent)
void UTopWeaponStatRowEntry_C::Update()
{
static class UFunction* Func = nullptr;
if (Func == nullptr)
Func = Class->GetFunction("TopWeaponStatRowEntry_C", "Update");
UObject::ProcessEvent(Func, nullptr);
}
}