mirror of
https://github.com/ApfelTeeSaft/Alphanium.git
synced 2026-08-27 03:33:27 +00:00
85 lines
2.1 KiB
C++
85 lines
2.1 KiB
C++
#pragma once
|
|
|
|
/*
|
|
* SDK generated by Dumper-7
|
|
*
|
|
* https://github.com/Encryqed/Dumper-7
|
|
*/
|
|
|
|
// Package: B_RocketLauncher_Charge
|
|
|
|
#include "Basic.hpp"
|
|
|
|
#include "B_RocketLauncher_Charge_classes.hpp"
|
|
#include "B_RocketLauncher_Charge_parameters.hpp"
|
|
|
|
|
|
#pragma pack(push, 0x4)
|
|
namespace SDK
|
|
{
|
|
|
|
// Function B_RocketLauncher_Charge.B_RocketLauncher_Charge_C.ExecuteUbergraph_B_RocketLauncher_Charge
|
|
// ()
|
|
// Parameters:
|
|
// int32 EntryPoint (Parm, ZeroConstructor, IsPlainOldData, NoDestructor)
|
|
|
|
void AB_RocketLauncher_Charge_C::ExecuteUbergraph_B_RocketLauncher_Charge(int32 EntryPoint)
|
|
{
|
|
static class UFunction* Func = nullptr;
|
|
|
|
if (Func == nullptr)
|
|
Func = Class->GetFunction("B_RocketLauncher_Charge_C", "ExecuteUbergraph_B_RocketLauncher_Charge");
|
|
|
|
Params::B_RocketLauncher_Charge_C_ExecuteUbergraph_B_RocketLauncher_Charge Parms{};
|
|
|
|
Parms.EntryPoint = EntryPoint;
|
|
|
|
UObject::ProcessEvent(Func, &Parms);
|
|
}
|
|
|
|
|
|
// Function B_RocketLauncher_Charge.B_RocketLauncher_Charge_C.OnEndCharge
|
|
// (Event, Protected, BlueprintEvent)
|
|
|
|
void AB_RocketLauncher_Charge_C::OnEndCharge()
|
|
{
|
|
static class UFunction* Func = nullptr;
|
|
|
|
if (Func == nullptr)
|
|
Func = Class->GetFunction("B_RocketLauncher_Charge_C", "OnEndCharge");
|
|
|
|
UObject::ProcessEvent(Func, nullptr);
|
|
}
|
|
|
|
|
|
// Function B_RocketLauncher_Charge.B_RocketLauncher_Charge_C.OnReachedMinCharge
|
|
// (Event, Protected, BlueprintEvent)
|
|
|
|
void AB_RocketLauncher_Charge_C::OnReachedMinCharge()
|
|
{
|
|
static class UFunction* Func = nullptr;
|
|
|
|
if (Func == nullptr)
|
|
Func = Class->GetFunction("B_RocketLauncher_Charge_C", "OnReachedMinCharge");
|
|
|
|
UObject::ProcessEvent(Func, nullptr);
|
|
}
|
|
|
|
|
|
// Function B_RocketLauncher_Charge.B_RocketLauncher_Charge_C.UserConstructionScript
|
|
// (Event, Public, BlueprintCallable, BlueprintEvent)
|
|
|
|
void AB_RocketLauncher_Charge_C::UserConstructionScript()
|
|
{
|
|
static class UFunction* Func = nullptr;
|
|
|
|
if (Func == nullptr)
|
|
Func = Class->GetFunction("B_RocketLauncher_Charge_C", "UserConstructionScript");
|
|
|
|
UObject::ProcessEvent(Func, nullptr);
|
|
}
|
|
|
|
}
|
|
|
|
#pragma pack(pop)
|