mirror of
https://github.com/ApfelTeeSaft/UnrealEvent.git
synced 2026-09-02 12:13:25 +00:00
69 lines
1.8 KiB
C++
69 lines
1.8 KiB
C++
#pragma once
|
|
|
|
/*
|
|
* SDK generated by Dumper-7
|
|
*
|
|
* https://github.com/Encryqed/Dumper-7
|
|
*/
|
|
|
|
// Package: HealthWarningWidget
|
|
|
|
#include "Basic.hpp"
|
|
|
|
#include "HealthWarningWidget_classes.hpp"
|
|
#include "HealthWarningWidget_parameters.hpp"
|
|
|
|
|
|
namespace SDK
|
|
{
|
|
|
|
// Function HealthWarningWidget.HealthWarningWidget_C.HealthWarningCompleted__DelegateSignature
|
|
// (Public, Delegate, BlueprintCallable, BlueprintEvent)
|
|
|
|
void UHealthWarningWidget_C::HealthWarningCompleted__DelegateSignature()
|
|
{
|
|
static class UFunction* Func = nullptr;
|
|
|
|
if (Func == nullptr)
|
|
Func = Class->GetFunction("HealthWarningWidget_C", "HealthWarningCompleted__DelegateSignature");
|
|
|
|
UObject::ProcessEvent(Func, nullptr);
|
|
}
|
|
|
|
|
|
// Function HealthWarningWidget.HealthWarningWidget_C.ExecuteUbergraph_HealthWarningWidget
|
|
// (Final, UbergraphFunction)
|
|
// Parameters:
|
|
// int32 EntryPoint (BlueprintVisible, BlueprintReadOnly, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
|
|
|
|
void UHealthWarningWidget_C::ExecuteUbergraph_HealthWarningWidget(int32 EntryPoint)
|
|
{
|
|
static class UFunction* Func = nullptr;
|
|
|
|
if (Func == nullptr)
|
|
Func = Class->GetFunction("HealthWarningWidget_C", "ExecuteUbergraph_HealthWarningWidget");
|
|
|
|
Params::HealthWarningWidget_C_ExecuteUbergraph_HealthWarningWidget Parms{};
|
|
|
|
Parms.EntryPoint = EntryPoint;
|
|
|
|
UObject::ProcessEvent(Func, &Parms);
|
|
}
|
|
|
|
|
|
// Function HealthWarningWidget.HealthWarningWidget_C.HandleShowTimerComplete
|
|
// (BlueprintCallable, BlueprintEvent)
|
|
|
|
void UHealthWarningWidget_C::HandleShowTimerComplete()
|
|
{
|
|
static class UFunction* Func = nullptr;
|
|
|
|
if (Func == nullptr)
|
|
Func = Class->GetFunction("HealthWarningWidget_C", "HandleShowTimerComplete");
|
|
|
|
UObject::ProcessEvent(Func, nullptr);
|
|
}
|
|
|
|
}
|
|
|