mirror of
https://github.com/ApfelTeeSaft/UnrealEvent.git
synced 2026-08-26 19:33:43 +00:00
69 lines
1.7 KiB
C++
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);
|
|
}
|
|
|
|
}
|
|
|