mirror of
https://github.com/ApfelTeeSaft/UnrealEvent.git
synced 2026-08-26 19:33:43 +00:00
55 lines
1.3 KiB
C++
55 lines
1.3 KiB
C++
#pragma once
|
|
|
|
/*
|
|
* SDK generated by Dumper-7
|
|
*
|
|
* https://github.com/Encryqed/Dumper-7
|
|
*/
|
|
|
|
// Package: ScoreStatRowWidget
|
|
|
|
#include "Basic.hpp"
|
|
|
|
#include "ScoreStatRowWidget_classes.hpp"
|
|
#include "ScoreStatRowWidget_parameters.hpp"
|
|
|
|
|
|
namespace SDK
|
|
{
|
|
|
|
// Function ScoreStatRowWidget.ScoreStatRowWidget_C.ExecuteUbergraph_ScoreStatRowWidget
|
|
// (Final, UbergraphFunction, HasDefaults)
|
|
// Parameters:
|
|
// int32 EntryPoint (BlueprintVisible, BlueprintReadOnly, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
|
|
|
|
void UScoreStatRowWidget_C::ExecuteUbergraph_ScoreStatRowWidget(int32 EntryPoint)
|
|
{
|
|
static class UFunction* Func = nullptr;
|
|
|
|
if (Func == nullptr)
|
|
Func = Class->GetFunction("ScoreStatRowWidget_C", "ExecuteUbergraph_ScoreStatRowWidget");
|
|
|
|
Params::ScoreStatRowWidget_C_ExecuteUbergraph_ScoreStatRowWidget Parms{};
|
|
|
|
Parms.EntryPoint = EntryPoint;
|
|
|
|
UObject::ProcessEvent(Func, &Parms);
|
|
}
|
|
|
|
|
|
// Function ScoreStatRowWidget.ScoreStatRowWidget_C.OnStatChanged
|
|
// (Event, Protected, BlueprintEvent)
|
|
|
|
void UScoreStatRowWidget_C::OnStatChanged()
|
|
{
|
|
static class UFunction* Func = nullptr;
|
|
|
|
if (Func == nullptr)
|
|
Func = Class->GetFunction("ScoreStatRowWidget_C", "OnStatChanged");
|
|
|
|
UObject::ProcessEvent(Func, nullptr);
|
|
}
|
|
|
|
}
|
|
|