mirror of
https://github.com/ApfelTeeSaft/Alphanium.git
synced 2026-08-27 03:33:27 +00:00
113 lines
3.4 KiB
C++
113 lines
3.4 KiB
C++
#pragma once
|
|
|
|
/*
|
|
* SDK generated by Dumper-7
|
|
*
|
|
* https://github.com/Encryqed/Dumper-7
|
|
*/
|
|
|
|
// Package: B_Prj_Constructor_MiniPulse
|
|
|
|
#include "Basic.hpp"
|
|
|
|
#include "B_Prj_Constructor_MiniPulse_classes.hpp"
|
|
#include "B_Prj_Constructor_MiniPulse_parameters.hpp"
|
|
|
|
|
|
#pragma pack(push, 0x4)
|
|
namespace SDK
|
|
{
|
|
|
|
// Function B_Prj_Constructor_MiniPulse.B_Prj_Constructor_MiniPulse_C.ExecuteUbergraph_B_Prj_Constructor_MiniPulse
|
|
// (HasDefaults)
|
|
// Parameters:
|
|
// int32 EntryPoint (Parm, ZeroConstructor, IsPlainOldData, NoDestructor)
|
|
|
|
void AB_Prj_Constructor_MiniPulse_C::ExecuteUbergraph_B_Prj_Constructor_MiniPulse(int32 EntryPoint)
|
|
{
|
|
static class UFunction* Func = nullptr;
|
|
|
|
if (Func == nullptr)
|
|
Func = Class->GetFunction("B_Prj_Constructor_MiniPulse_C", "ExecuteUbergraph_B_Prj_Constructor_MiniPulse");
|
|
|
|
Params::B_Prj_Constructor_MiniPulse_C_ExecuteUbergraph_B_Prj_Constructor_MiniPulse Parms{};
|
|
|
|
Parms.EntryPoint = EntryPoint;
|
|
|
|
UObject::ProcessEvent(Func, &Parms);
|
|
}
|
|
|
|
|
|
// Function B_Prj_Constructor_MiniPulse.B_Prj_Constructor_MiniPulse_C.OnExploded
|
|
// (Event, Public, HasOutParams, BlueprintEvent)
|
|
// Parameters:
|
|
// const TArray<class AActor*>& HitActors (ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm)
|
|
// const TArray<struct FHitResult>& HitResults (ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, ContainsInstancedReference)
|
|
|
|
void AB_Prj_Constructor_MiniPulse_C::OnExploded(const TArray<class AActor*>& HitActors, const TArray<struct FHitResult>& HitResults)
|
|
{
|
|
static class UFunction* Func = nullptr;
|
|
|
|
if (Func == nullptr)
|
|
Func = Class->GetFunction("B_Prj_Constructor_MiniPulse_C", "OnExploded");
|
|
|
|
Params::B_Prj_Constructor_MiniPulse_C_OnExploded Parms{};
|
|
|
|
Parms.HitActors = std::move(HitActors);
|
|
Parms.HitResults = std::move(HitResults);
|
|
|
|
UObject::ProcessEvent(Func, &Parms);
|
|
}
|
|
|
|
|
|
// Function B_Prj_Constructor_MiniPulse.B_Prj_Constructor_MiniPulse_C.OnBounce
|
|
// (Event, Public, HasOutParams, BlueprintEvent)
|
|
// Parameters:
|
|
// const struct FHitResult& Hit (ConstParm, Parm, OutParm, ReferenceParm, ContainsInstancedReference)
|
|
|
|
void AB_Prj_Constructor_MiniPulse_C::OnBounce(const struct FHitResult& Hit)
|
|
{
|
|
static class UFunction* Func = nullptr;
|
|
|
|
if (Func == nullptr)
|
|
Func = Class->GetFunction("B_Prj_Constructor_MiniPulse_C", "OnBounce");
|
|
|
|
Params::B_Prj_Constructor_MiniPulse_C_OnBounce Parms{};
|
|
|
|
Parms.Hit = std::move(Hit);
|
|
|
|
UObject::ProcessEvent(Func, &Parms);
|
|
}
|
|
|
|
|
|
// Function B_Prj_Constructor_MiniPulse.B_Prj_Constructor_MiniPulse_C.ReceiveBeginPlay
|
|
// (Event, Public, BlueprintEvent)
|
|
|
|
void AB_Prj_Constructor_MiniPulse_C::ReceiveBeginPlay()
|
|
{
|
|
static class UFunction* Func = nullptr;
|
|
|
|
if (Func == nullptr)
|
|
Func = Class->GetFunction("B_Prj_Constructor_MiniPulse_C", "ReceiveBeginPlay");
|
|
|
|
UObject::ProcessEvent(Func, nullptr);
|
|
}
|
|
|
|
|
|
// Function B_Prj_Constructor_MiniPulse.B_Prj_Constructor_MiniPulse_C.UserConstructionScript
|
|
// (Event, Public, BlueprintCallable, BlueprintEvent)
|
|
|
|
void AB_Prj_Constructor_MiniPulse_C::UserConstructionScript()
|
|
{
|
|
static class UFunction* Func = nullptr;
|
|
|
|
if (Func == nullptr)
|
|
Func = Class->GetFunction("B_Prj_Constructor_MiniPulse_C", "UserConstructionScript");
|
|
|
|
UObject::ProcessEvent(Func, nullptr);
|
|
}
|
|
|
|
}
|
|
|
|
#pragma pack(pop)
|