mirror of
https://github.com/ApfelTeeSaft/Alphanium.git
synced 2026-08-27 03:33:27 +00:00
119 lines
2.9 KiB
C++
119 lines
2.9 KiB
C++
#pragma once
|
|
|
|
/*
|
|
* SDK generated by Dumper-7
|
|
*
|
|
* https://github.com/Encryqed/Dumper-7
|
|
*/
|
|
|
|
// Package: GA_AirStrike
|
|
|
|
#include "Basic.hpp"
|
|
|
|
#include "GA_AirStrike_classes.hpp"
|
|
#include "GA_AirStrike_parameters.hpp"
|
|
|
|
|
|
#pragma pack(push, 0x4)
|
|
namespace SDK
|
|
{
|
|
|
|
// Function GA_AirStrike.GA_AirStrike_C.ExecuteUbergraph_GA_AirStrike
|
|
// (HasDefaults)
|
|
// Parameters:
|
|
// int32 EntryPoint (Parm, ZeroConstructor, IsPlainOldData, NoDestructor)
|
|
|
|
void UGA_AirStrike_C::ExecuteUbergraph_GA_AirStrike(int32 EntryPoint)
|
|
{
|
|
static class UFunction* Func = nullptr;
|
|
|
|
if (Func == nullptr)
|
|
Func = Class->GetFunction("GA_AirStrike_C", "ExecuteUbergraph_GA_AirStrike");
|
|
|
|
Params::GA_AirStrike_C_ExecuteUbergraph_GA_AirStrike Parms{};
|
|
|
|
Parms.EntryPoint = EntryPoint;
|
|
|
|
UObject::ProcessEvent(Func, &Parms);
|
|
}
|
|
|
|
|
|
// Function GA_AirStrike.GA_AirStrike_C.K2_ActivateAbility
|
|
// (Event, Protected, BlueprintEvent)
|
|
|
|
void UGA_AirStrike_C::K2_ActivateAbility()
|
|
{
|
|
static class UFunction* Func = nullptr;
|
|
|
|
if (Func == nullptr)
|
|
Func = Class->GetFunction("GA_AirStrike_C", "K2_ActivateAbility");
|
|
|
|
UObject::ProcessEvent(Func, nullptr);
|
|
}
|
|
|
|
|
|
// Function GA_AirStrike.GA_AirStrike_C.OnCommitted_FD8DF5D249A3F015BFB1F0A559B298F9
|
|
// (BlueprintCallable, BlueprintEvent)
|
|
|
|
void UGA_AirStrike_C::OnCommitted_FD8DF5D249A3F015BFB1F0A559B298F9()
|
|
{
|
|
static class UFunction* Func = nullptr;
|
|
|
|
if (Func == nullptr)
|
|
Func = Class->GetFunction("GA_AirStrike_C", "OnCommitted_FD8DF5D249A3F015BFB1F0A559B298F9");
|
|
|
|
UObject::ProcessEvent(Func, nullptr);
|
|
}
|
|
|
|
|
|
// Function GA_AirStrike.GA_AirStrike_C.OnFailed_FD8DF5D249A3F015BFB1F0A559B298F9
|
|
// (BlueprintCallable, BlueprintEvent)
|
|
|
|
void UGA_AirStrike_C::OnFailed_FD8DF5D249A3F015BFB1F0A559B298F9()
|
|
{
|
|
static class UFunction* Func = nullptr;
|
|
|
|
if (Func == nullptr)
|
|
Func = Class->GetFunction("GA_AirStrike_C", "OnFailed_FD8DF5D249A3F015BFB1F0A559B298F9");
|
|
|
|
UObject::ProcessEvent(Func, nullptr);
|
|
}
|
|
|
|
|
|
// Function GA_AirStrike.GA_AirStrike_C.GetAttributeValue
|
|
// (Public, HasDefaults, BlueprintCallable, BlueprintEvent)
|
|
|
|
void UGA_AirStrike_C::GetAttributeValue()
|
|
{
|
|
static class UFunction* Func = nullptr;
|
|
|
|
if (Func == nullptr)
|
|
Func = Class->GetFunction("GA_AirStrike_C", "GetAttributeValue");
|
|
|
|
UObject::ProcessEvent(Func, nullptr);
|
|
}
|
|
|
|
|
|
// Function GA_AirStrike.GA_AirStrike_C.GetCustomAbilitySourceTransform
|
|
// (Event, Public, HasOutParams, BlueprintCallable, BlueprintEvent, Const)
|
|
// Parameters:
|
|
// struct FTransform ReturnValue (Parm, OutParm, ReturnParm, IsPlainOldData, NoDestructor)
|
|
|
|
struct FTransform UGA_AirStrike_C::GetCustomAbilitySourceTransform() const
|
|
{
|
|
static class UFunction* Func = nullptr;
|
|
|
|
if (Func == nullptr)
|
|
Func = Class->GetFunction("GA_AirStrike_C", "GetCustomAbilitySourceTransform");
|
|
|
|
Params::GA_AirStrike_C_GetCustomAbilitySourceTransform Parms{};
|
|
|
|
UObject::ProcessEvent(Func, &Parms);
|
|
|
|
return Parms.ReturnValue;
|
|
}
|
|
|
|
}
|
|
|
|
#pragma pack(pop)
|