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