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

55 lines
1.3 KiB
C++

#pragma once
/*
* SDK generated by Dumper-7
*
* https://github.com/Encryqed/Dumper-7
*/
// Package: SmallStatRowWidget
#include "Basic.hpp"
#include "SmallStatRowWidget_classes.hpp"
#include "SmallStatRowWidget_parameters.hpp"
namespace SDK
{
// Function SmallStatRowWidget.SmallStatRowWidget_C.ExecuteUbergraph_SmallStatRowWidget
// (Final, UbergraphFunction, HasDefaults)
// Parameters:
// int32 EntryPoint (BlueprintVisible, BlueprintReadOnly, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
void USmallStatRowWidget_C::ExecuteUbergraph_SmallStatRowWidget(int32 EntryPoint)
{
static class UFunction* Func = nullptr;
if (Func == nullptr)
Func = Class->GetFunction("SmallStatRowWidget_C", "ExecuteUbergraph_SmallStatRowWidget");
Params::SmallStatRowWidget_C_ExecuteUbergraph_SmallStatRowWidget Parms{};
Parms.EntryPoint = EntryPoint;
UObject::ProcessEvent(Func, &Parms);
}
// Function SmallStatRowWidget.SmallStatRowWidget_C.OnStatChanged
// (Event, Protected, BlueprintEvent)
void USmallStatRowWidget_C::OnStatChanged()
{
static class UFunction* Func = nullptr;
if (Func == nullptr)
Func = Class->GetFunction("SmallStatRowWidget_C", "OnStatChanged");
UObject::ProcessEvent(Func, nullptr);
}
}