Files
Alphanium/CppSDK/SDK/GAB_SploderPickUp_functions.cpp

99 lines
2.5 KiB
C++

#pragma once
/*
* SDK generated by Dumper-7
*
* https://github.com/Encryqed/Dumper-7
*/
// Package: GAB_SploderPickUp
#include "Basic.hpp"
#include "GAB_SploderPickUp_classes.hpp"
#include "GAB_SploderPickUp_parameters.hpp"
#pragma pack(push, 0x4)
namespace SDK
{
// Function GAB_SploderPickUp.GAB_SploderPickUp_C.ExecuteUbergraph_GAB_SploderPickUp
// ()
// Parameters:
// int32 EntryPoint (Parm, ZeroConstructor, IsPlainOldData, NoDestructor)
void UGAB_SploderPickUp_C::ExecuteUbergraph_GAB_SploderPickUp(int32 EntryPoint)
{
static class UFunction* Func = nullptr;
if (Func == nullptr)
Func = Class->GetFunction("GAB_SploderPickUp_C", "ExecuteUbergraph_GAB_SploderPickUp");
Params::GAB_SploderPickUp_C_ExecuteUbergraph_GAB_SploderPickUp Parms{};
Parms.EntryPoint = EntryPoint;
UObject::ProcessEvent(Func, &Parms);
}
// Function GAB_SploderPickUp.GAB_SploderPickUp_C.K2_ActivateAbility
// (Event, Protected, BlueprintEvent)
void UGAB_SploderPickUp_C::K2_ActivateAbility()
{
static class UFunction* Func = nullptr;
if (Func == nullptr)
Func = Class->GetFunction("GAB_SploderPickUp_C", "K2_ActivateAbility");
UObject::ProcessEvent(Func, nullptr);
}
// Function GAB_SploderPickUp.GAB_SploderPickUp_C.OnComplete_6D7FF36B425F86F249431DA4767D2689
// (BlueprintCallable, BlueprintEvent)
void UGAB_SploderPickUp_C::OnComplete_6D7FF36B425F86F249431DA4767D2689()
{
static class UFunction* Func = nullptr;
if (Func == nullptr)
Func = Class->GetFunction("GAB_SploderPickUp_C", "OnComplete_6D7FF36B425F86F249431DA4767D2689");
UObject::ProcessEvent(Func, nullptr);
}
// Function GAB_SploderPickUp.GAB_SploderPickUp_C.OnInterrupted_6D7FF36B425F86F249431DA4767D2689
// (BlueprintCallable, BlueprintEvent)
void UGAB_SploderPickUp_C::OnInterrupted_6D7FF36B425F86F249431DA4767D2689()
{
static class UFunction* Func = nullptr;
if (Func == nullptr)
Func = Class->GetFunction("GAB_SploderPickUp_C", "OnInterrupted_6D7FF36B425F86F249431DA4767D2689");
UObject::ProcessEvent(Func, nullptr);
}
// Function GAB_SploderPickUp.GAB_SploderPickUp_C.OnCancelled_6D7FF36B425F86F249431DA4767D2689
// (BlueprintCallable, BlueprintEvent)
void UGAB_SploderPickUp_C::OnCancelled_6D7FF36B425F86F249431DA4767D2689()
{
static class UFunction* Func = nullptr;
if (Func == nullptr)
Func = Class->GetFunction("GAB_SploderPickUp_C", "OnCancelled_6D7FF36B425F86F249431DA4767D2689");
UObject::ProcessEvent(Func, nullptr);
}
}
#pragma pack(pop)