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

55 lines
1.6 KiB
C++

#pragma once
/*
* SDK generated by Dumper-7
*
* https://github.com/Encryqed/Dumper-7
*/
// Package: ItemReceivedFortnitemaresChallenges
#include "Basic.hpp"
#include "ItemReceivedFortnitemaresChallenges_classes.hpp"
#include "ItemReceivedFortnitemaresChallenges_parameters.hpp"
namespace SDK
{
// Function ItemReceivedFortnitemaresChallenges.ItemReceivedFortnitemaresChallenges_C.ExecuteUbergraph_ItemReceivedFortnitemaresChallenges
// (Final, UbergraphFunction)
// Parameters:
// int32 EntryPoint (BlueprintVisible, BlueprintReadOnly, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
void UItemReceivedFortnitemaresChallenges_C::ExecuteUbergraph_ItemReceivedFortnitemaresChallenges(int32 EntryPoint)
{
static class UFunction* Func = nullptr;
if (Func == nullptr)
Func = Class->GetFunction("ItemReceivedFortnitemaresChallenges_C", "ExecuteUbergraph_ItemReceivedFortnitemaresChallenges");
Params::ItemReceivedFortnitemaresChallenges_C_ExecuteUbergraph_ItemReceivedFortnitemaresChallenges Parms{};
Parms.EntryPoint = EntryPoint;
UObject::ProcessEvent(Func, &Parms);
}
// Function ItemReceivedFortnitemaresChallenges.ItemReceivedFortnitemaresChallenges_C.Construct
// (BlueprintCosmetic, Event, Public, BlueprintEvent)
void UItemReceivedFortnitemaresChallenges_C::Construct()
{
static class UFunction* Func = nullptr;
if (Func == nullptr)
Func = Class->GetFunction("ItemReceivedFortnitemaresChallenges_C", "Construct");
UObject::ProcessEvent(Func, nullptr);
}
}