mirror of
https://github.com/ApfelTeeSaft/Alphanium.git
synced 2026-08-27 11:43:28 +00:00
77 lines
2.1 KiB
C++
77 lines
2.1 KiB
C++
#pragma once
|
|
|
|
/*
|
|
* SDK generated by Dumper-7
|
|
*
|
|
* https://github.com/Encryqed/Dumper-7
|
|
*/
|
|
|
|
// Package: GA_Commando_AmmoGeneration
|
|
|
|
#include "Basic.hpp"
|
|
|
|
#include "GA_Commando_AmmoGeneration_classes.hpp"
|
|
#include "GA_Commando_AmmoGeneration_parameters.hpp"
|
|
|
|
|
|
#pragma pack(push, 0x4)
|
|
namespace SDK
|
|
{
|
|
|
|
// Function GA_Commando_AmmoGeneration.GA_Commando_AmmoGeneration_C.ExecuteUbergraph_GA_Commando_AmmoGeneration
|
|
// (HasDefaults)
|
|
// Parameters:
|
|
// int32 EntryPoint (Parm, ZeroConstructor, IsPlainOldData, NoDestructor)
|
|
|
|
void UGA_Commando_AmmoGeneration_C::ExecuteUbergraph_GA_Commando_AmmoGeneration(int32 EntryPoint)
|
|
{
|
|
static class UFunction* Func = nullptr;
|
|
|
|
if (Func == nullptr)
|
|
Func = Class->GetFunction("GA_Commando_AmmoGeneration_C", "ExecuteUbergraph_GA_Commando_AmmoGeneration");
|
|
|
|
Params::GA_Commando_AmmoGeneration_C_ExecuteUbergraph_GA_Commando_AmmoGeneration Parms{};
|
|
|
|
Parms.EntryPoint = EntryPoint;
|
|
|
|
UObject::ProcessEvent(Func, &Parms);
|
|
}
|
|
|
|
|
|
// Function GA_Commando_AmmoGeneration.GA_Commando_AmmoGeneration_C.K2_ActivateAbilityFromEvent
|
|
// (Event, Protected, HasOutParams, BlueprintEvent)
|
|
// Parameters:
|
|
// const struct FGameplayEventData& EventData (ConstParm, Parm, OutParm, ReferenceParm)
|
|
|
|
void UGA_Commando_AmmoGeneration_C::K2_ActivateAbilityFromEvent(const struct FGameplayEventData& EventData)
|
|
{
|
|
static class UFunction* Func = nullptr;
|
|
|
|
if (Func == nullptr)
|
|
Func = Class->GetFunction("GA_Commando_AmmoGeneration_C", "K2_ActivateAbilityFromEvent");
|
|
|
|
Params::GA_Commando_AmmoGeneration_C_K2_ActivateAbilityFromEvent Parms{};
|
|
|
|
Parms.EventData = std::move(EventData);
|
|
|
|
UObject::ProcessEvent(Func, &Parms);
|
|
}
|
|
|
|
|
|
// Function GA_Commando_AmmoGeneration.GA_Commando_AmmoGeneration_C.SetupVariables
|
|
// (Public, BlueprintCallable, BlueprintEvent)
|
|
|
|
void UGA_Commando_AmmoGeneration_C::SetupVariables()
|
|
{
|
|
static class UFunction* Func = nullptr;
|
|
|
|
if (Func == nullptr)
|
|
Func = Class->GetFunction("GA_Commando_AmmoGeneration_C", "SetupVariables");
|
|
|
|
UObject::ProcessEvent(Func, nullptr);
|
|
}
|
|
|
|
}
|
|
|
|
#pragma pack(pop)
|