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

69 lines
1.6 KiB
C++

#pragma once
/*
* SDK generated by Dumper-7
*
* https://github.com/Encryqed/Dumper-7
*/
// Package: PBWA_S1_Solid
#include "Basic.hpp"
#include "PBWA_S1_Solid_classes.hpp"
#include "PBWA_S1_Solid_parameters.hpp"
namespace SDK
{
// Function PBWA_S1_Solid.PBWA_S1_Solid_C.ExecuteUbergraph_PBWA_S1_Solid
// (Final, UbergraphFunction)
// Parameters:
// int32 EntryPoint (BlueprintVisible, BlueprintReadOnly, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
void APBWA_S1_Solid_C::ExecuteUbergraph_PBWA_S1_Solid(int32 EntryPoint)
{
static class UFunction* Func = nullptr;
if (Func == nullptr)
Func = Class->GetFunction("PBWA_S1_Solid_C", "ExecuteUbergraph_PBWA_S1_Solid");
Params::PBWA_S1_Solid_C_ExecuteUbergraph_PBWA_S1_Solid Parms{};
Parms.EntryPoint = EntryPoint;
UObject::ProcessEvent(Func, &Parms);
}
// Function PBWA_S1_Solid.PBWA_S1_Solid_C.ReceiveBeginPlay
// (Event, Protected, BlueprintEvent)
void APBWA_S1_Solid_C::ReceiveBeginPlay()
{
static class UFunction* Func = nullptr;
if (Func == nullptr)
Func = Class->GetFunction("PBWA_S1_Solid_C", "ReceiveBeginPlay");
UObject::ProcessEvent(Func, nullptr);
}
// Function PBWA_S1_Solid.PBWA_S1_Solid_C.UserConstructionScript
// (Event, Public, BlueprintCallable, BlueprintEvent)
void APBWA_S1_Solid_C::UserConstructionScript()
{
static class UFunction* Func = nullptr;
if (Func == nullptr)
Func = Class->GetFunction("PBWA_S1_Solid_C", "UserConstructionScript");
UObject::ProcessEvent(Func, nullptr);
}
}