mirror of
https://github.com/ApfelTeeSaft/Alphanium.git
synced 2026-08-27 03:33:27 +00:00
121 lines
3.5 KiB
C++
121 lines
3.5 KiB
C++
#pragma once
|
|
|
|
/*
|
|
* SDK generated by Dumper-7
|
|
*
|
|
* https://github.com/Encryqed/Dumper-7
|
|
*/
|
|
|
|
// Package: GA_SentryGun_Deployment
|
|
|
|
#include "Basic.hpp"
|
|
|
|
#include "GA_SentryGun_Deployment_classes.hpp"
|
|
#include "GA_SentryGun_Deployment_parameters.hpp"
|
|
|
|
|
|
#pragma pack(push, 0x4)
|
|
namespace SDK
|
|
{
|
|
|
|
// Function GA_SentryGun_Deployment.GA_SentryGun_Deployment_C.ExecuteUbergraph_GA_SentryGun_Deployment
|
|
// (HasDefaults)
|
|
// Parameters:
|
|
// int32 EntryPoint (Parm, ZeroConstructor, IsPlainOldData, NoDestructor)
|
|
|
|
void UGA_SentryGun_Deployment_C::ExecuteUbergraph_GA_SentryGun_Deployment(int32 EntryPoint)
|
|
{
|
|
static class UFunction* Func = nullptr;
|
|
|
|
if (Func == nullptr)
|
|
Func = Class->GetFunction("GA_SentryGun_Deployment_C", "ExecuteUbergraph_GA_SentryGun_Deployment");
|
|
|
|
Params::GA_SentryGun_Deployment_C_ExecuteUbergraph_GA_SentryGun_Deployment Parms{};
|
|
|
|
Parms.EntryPoint = EntryPoint;
|
|
|
|
UObject::ProcessEvent(Func, &Parms);
|
|
}
|
|
|
|
|
|
// Function GA_SentryGun_Deployment.GA_SentryGun_Deployment_C.K2_ActivateAbility
|
|
// (Event, Protected, BlueprintEvent)
|
|
|
|
void UGA_SentryGun_Deployment_C::K2_ActivateAbility()
|
|
{
|
|
static class UFunction* Func = nullptr;
|
|
|
|
if (Func == nullptr)
|
|
Func = Class->GetFunction("GA_SentryGun_Deployment_C", "K2_ActivateAbility");
|
|
|
|
UObject::ProcessEvent(Func, nullptr);
|
|
}
|
|
|
|
|
|
// Function GA_SentryGun_Deployment.GA_SentryGun_Deployment_C.OnComplete_387F05EC44E79E9A30983C9DECC9ADE7
|
|
// (BlueprintCallable, BlueprintEvent)
|
|
|
|
void UGA_SentryGun_Deployment_C::OnComplete_387F05EC44E79E9A30983C9DECC9ADE7()
|
|
{
|
|
static class UFunction* Func = nullptr;
|
|
|
|
if (Func == nullptr)
|
|
Func = Class->GetFunction("GA_SentryGun_Deployment_C", "OnComplete_387F05EC44E79E9A30983C9DECC9ADE7");
|
|
|
|
UObject::ProcessEvent(Func, nullptr);
|
|
}
|
|
|
|
|
|
// Function GA_SentryGun_Deployment.GA_SentryGun_Deployment_C.OnInterrupted_387F05EC44E79E9A30983C9DECC9ADE7
|
|
// (BlueprintCallable, BlueprintEvent)
|
|
|
|
void UGA_SentryGun_Deployment_C::OnInterrupted_387F05EC44E79E9A30983C9DECC9ADE7()
|
|
{
|
|
static class UFunction* Func = nullptr;
|
|
|
|
if (Func == nullptr)
|
|
Func = Class->GetFunction("GA_SentryGun_Deployment_C", "OnInterrupted_387F05EC44E79E9A30983C9DECC9ADE7");
|
|
|
|
UObject::ProcessEvent(Func, nullptr);
|
|
}
|
|
|
|
|
|
// Function GA_SentryGun_Deployment.GA_SentryGun_Deployment_C.OnCancelled_387F05EC44E79E9A30983C9DECC9ADE7
|
|
// (BlueprintCallable, BlueprintEvent)
|
|
|
|
void UGA_SentryGun_Deployment_C::OnCancelled_387F05EC44E79E9A30983C9DECC9ADE7()
|
|
{
|
|
static class UFunction* Func = nullptr;
|
|
|
|
if (Func == nullptr)
|
|
Func = Class->GetFunction("GA_SentryGun_Deployment_C", "OnCancelled_387F05EC44E79E9A30983C9DECC9ADE7");
|
|
|
|
UObject::ProcessEvent(Func, nullptr);
|
|
}
|
|
|
|
|
|
// Function GA_SentryGun_Deployment.GA_SentryGun_Deployment_C.TempStatScaling
|
|
// (Public, HasDefaults, BlueprintCallable, BlueprintEvent)
|
|
// Parameters:
|
|
// class AFortPawn* InstigatorPawn (Parm, ZeroConstructor, IsPlainOldData, NoDestructor)
|
|
// class AActor* SentryGun (Parm, ZeroConstructor, IsPlainOldData, NoDestructor)
|
|
|
|
void UGA_SentryGun_Deployment_C::TempStatScaling(class AFortPawn* InstigatorPawn, class AActor* SentryGun)
|
|
{
|
|
static class UFunction* Func = nullptr;
|
|
|
|
if (Func == nullptr)
|
|
Func = Class->GetFunction("GA_SentryGun_Deployment_C", "TempStatScaling");
|
|
|
|
Params::GA_SentryGun_Deployment_C_TempStatScaling Parms{};
|
|
|
|
Parms.InstigatorPawn = InstigatorPawn;
|
|
Parms.SentryGun = SentryGun;
|
|
|
|
UObject::ProcessEvent(Func, &Parms);
|
|
}
|
|
|
|
}
|
|
|
|
#pragma pack(pop)
|