mirror of
https://github.com/ApfelTeeSaft/Alphanium.git
synced 2026-08-27 03:33:27 +00:00
99 lines
2.4 KiB
C++
99 lines
2.4 KiB
C++
#pragma once
|
|
|
|
/*
|
|
* SDK generated by Dumper-7
|
|
*
|
|
* https://github.com/Encryqed/Dumper-7
|
|
*/
|
|
|
|
// Package: GAB_FlingerRoar
|
|
|
|
#include "Basic.hpp"
|
|
|
|
#include "GAB_FlingerRoar_classes.hpp"
|
|
#include "GAB_FlingerRoar_parameters.hpp"
|
|
|
|
|
|
#pragma pack(push, 0x4)
|
|
namespace SDK
|
|
{
|
|
|
|
// Function GAB_FlingerRoar.GAB_FlingerRoar_C.ExecuteUbergraph_GAB_FlingerRoar
|
|
// ()
|
|
// Parameters:
|
|
// int32 EntryPoint (Parm, ZeroConstructor, IsPlainOldData, NoDestructor)
|
|
|
|
void UGAB_FlingerRoar_C::ExecuteUbergraph_GAB_FlingerRoar(int32 EntryPoint)
|
|
{
|
|
static class UFunction* Func = nullptr;
|
|
|
|
if (Func == nullptr)
|
|
Func = Class->GetFunction("GAB_FlingerRoar_C", "ExecuteUbergraph_GAB_FlingerRoar");
|
|
|
|
Params::GAB_FlingerRoar_C_ExecuteUbergraph_GAB_FlingerRoar Parms{};
|
|
|
|
Parms.EntryPoint = EntryPoint;
|
|
|
|
UObject::ProcessEvent(Func, &Parms);
|
|
}
|
|
|
|
|
|
// Function GAB_FlingerRoar.GAB_FlingerRoar_C.K2_ActivateAbility
|
|
// (Event, Protected, BlueprintEvent)
|
|
|
|
void UGAB_FlingerRoar_C::K2_ActivateAbility()
|
|
{
|
|
static class UFunction* Func = nullptr;
|
|
|
|
if (Func == nullptr)
|
|
Func = Class->GetFunction("GAB_FlingerRoar_C", "K2_ActivateAbility");
|
|
|
|
UObject::ProcessEvent(Func, nullptr);
|
|
}
|
|
|
|
|
|
// Function GAB_FlingerRoar.GAB_FlingerRoar_C.OnComplete_AD410E224F398036F9E428A39B02B87C
|
|
// (BlueprintCallable, BlueprintEvent)
|
|
|
|
void UGAB_FlingerRoar_C::OnComplete_AD410E224F398036F9E428A39B02B87C()
|
|
{
|
|
static class UFunction* Func = nullptr;
|
|
|
|
if (Func == nullptr)
|
|
Func = Class->GetFunction("GAB_FlingerRoar_C", "OnComplete_AD410E224F398036F9E428A39B02B87C");
|
|
|
|
UObject::ProcessEvent(Func, nullptr);
|
|
}
|
|
|
|
|
|
// Function GAB_FlingerRoar.GAB_FlingerRoar_C.OnInterrupted_AD410E224F398036F9E428A39B02B87C
|
|
// (BlueprintCallable, BlueprintEvent)
|
|
|
|
void UGAB_FlingerRoar_C::OnInterrupted_AD410E224F398036F9E428A39B02B87C()
|
|
{
|
|
static class UFunction* Func = nullptr;
|
|
|
|
if (Func == nullptr)
|
|
Func = Class->GetFunction("GAB_FlingerRoar_C", "OnInterrupted_AD410E224F398036F9E428A39B02B87C");
|
|
|
|
UObject::ProcessEvent(Func, nullptr);
|
|
}
|
|
|
|
|
|
// Function GAB_FlingerRoar.GAB_FlingerRoar_C.OnCancelled_AD410E224F398036F9E428A39B02B87C
|
|
// (BlueprintCallable, BlueprintEvent)
|
|
|
|
void UGAB_FlingerRoar_C::OnCancelled_AD410E224F398036F9E428A39B02B87C()
|
|
{
|
|
static class UFunction* Func = nullptr;
|
|
|
|
if (Func == nullptr)
|
|
Func = Class->GetFunction("GAB_FlingerRoar_C", "OnCancelled_AD410E224F398036F9E428A39B02B87C");
|
|
|
|
UObject::ProcessEvent(Func, nullptr);
|
|
}
|
|
|
|
}
|
|
|
|
#pragma pack(pop)
|