mirror of
https://github.com/ApfelTeeSaft/Alphanium.git
synced 2026-09-03 03:23:34 +00:00
57 lines
1.3 KiB
C++
57 lines
1.3 KiB
C++
#pragma once
|
|
|
|
/*
|
|
* SDK generated by Dumper-7
|
|
*
|
|
* https://github.com/Encryqed/Dumper-7
|
|
*/
|
|
|
|
// Package: GA_Trap_Wall_Launcher
|
|
|
|
#include "Basic.hpp"
|
|
|
|
#include "GA_Trap_Wall_Launcher_classes.hpp"
|
|
#include "GA_Trap_Wall_Launcher_parameters.hpp"
|
|
|
|
|
|
#pragma pack(push, 0x4)
|
|
namespace SDK
|
|
{
|
|
|
|
// Function GA_Trap_Wall_Launcher.GA_Trap_Wall_Launcher_C.ExecuteUbergraph_GA_Trap_Wall_Launcher
|
|
// (HasDefaults)
|
|
// Parameters:
|
|
// int32 EntryPoint (Parm, ZeroConstructor, IsPlainOldData, NoDestructor)
|
|
|
|
void UGA_Trap_Wall_Launcher_C::ExecuteUbergraph_GA_Trap_Wall_Launcher(int32 EntryPoint)
|
|
{
|
|
static class UFunction* Func = nullptr;
|
|
|
|
if (Func == nullptr)
|
|
Func = Class->GetFunction("GA_Trap_Wall_Launcher_C", "ExecuteUbergraph_GA_Trap_Wall_Launcher");
|
|
|
|
Params::GA_Trap_Wall_Launcher_C_ExecuteUbergraph_GA_Trap_Wall_Launcher Parms{};
|
|
|
|
Parms.EntryPoint = EntryPoint;
|
|
|
|
UObject::ProcessEvent(Func, &Parms);
|
|
}
|
|
|
|
|
|
// Function GA_Trap_Wall_Launcher.GA_Trap_Wall_Launcher_C.K2_ActivateAbility
|
|
// (Event, Protected, BlueprintEvent)
|
|
|
|
void UGA_Trap_Wall_Launcher_C::K2_ActivateAbility()
|
|
{
|
|
static class UFunction* Func = nullptr;
|
|
|
|
if (Func == nullptr)
|
|
Func = Class->GetFunction("GA_Trap_Wall_Launcher_C", "K2_ActivateAbility");
|
|
|
|
UObject::ProcessEvent(Func, nullptr);
|
|
}
|
|
|
|
}
|
|
|
|
#pragma pack(pop)
|