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

97 lines
2.5 KiB
C++

#pragma once
/*
* SDK generated by Dumper-7
*
* https://github.com/Encryqed/Dumper-7
*/
// Package: StorePinataMaster_Parent
#include "Basic.hpp"
#include "StorePinataMaster_Parent_classes.hpp"
#include "StorePinataMaster_Parent_parameters.hpp"
namespace SDK
{
// Function StorePinataMaster_Parent.StorePinataMaster_Parent_C.ExecuteUbergraph_StorePinataMaster_Parent
// (Final, UbergraphFunction)
// Parameters:
// int32 EntryPoint (BlueprintVisible, BlueprintReadOnly, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
void AStorePinataMaster_Parent_C::ExecuteUbergraph_StorePinataMaster_Parent(int32 EntryPoint)
{
static class UFunction* Func = nullptr;
if (Func == nullptr)
Func = Class->GetFunction("StorePinataMaster_Parent_C", "ExecuteUbergraph_StorePinataMaster_Parent");
Params::StorePinataMaster_Parent_C_ExecuteUbergraph_StorePinataMaster_Parent Parms{};
Parms.EntryPoint = EntryPoint;
UObject::ProcessEvent(Func, &Parms);
}
// Function StorePinataMaster_Parent.StorePinataMaster_Parent_C.CameraResetComplete
// (BlueprintCallable, BlueprintEvent)
void AStorePinataMaster_Parent_C::CameraResetComplete()
{
static class UFunction* Func = nullptr;
if (Func == nullptr)
Func = Class->GetFunction("StorePinataMaster_Parent_C", "CameraResetComplete");
UObject::ProcessEvent(Func, nullptr);
}
// Function StorePinataMaster_Parent.StorePinataMaster_Parent_C.CameraTransitionComplete
// (BlueprintCallable, BlueprintEvent)
void AStorePinataMaster_Parent_C::CameraTransitionComplete()
{
static class UFunction* Func = nullptr;
if (Func == nullptr)
Func = Class->GetFunction("StorePinataMaster_Parent_C", "CameraTransitionComplete");
UObject::ProcessEvent(Func, nullptr);
}
// Function StorePinataMaster_Parent.StorePinataMaster_Parent_C.InitiatePinata
// (BlueprintCallable, BlueprintEvent)
void AStorePinataMaster_Parent_C::InitiatePinata()
{
static class UFunction* Func = nullptr;
if (Func == nullptr)
Func = Class->GetFunction("StorePinataMaster_Parent_C", "InitiatePinata");
UObject::ProcessEvent(Func, nullptr);
}
// Function StorePinataMaster_Parent.StorePinataMaster_Parent_C.UserConstructionScript
// (Event, Public, BlueprintCallable, BlueprintEvent)
void AStorePinataMaster_Parent_C::UserConstructionScript()
{
static class UFunction* Func = nullptr;
if (Func == nullptr)
Func = Class->GetFunction("StorePinataMaster_Parent_C", "UserConstructionScript");
UObject::ProcessEvent(Func, nullptr);
}
}