Files
Alphanium/CppSDK/SDK/GAB_BlasterRanged_functions.cpp

220 lines
7.0 KiB
C++

#pragma once
/*
* SDK generated by Dumper-7
*
* https://github.com/Encryqed/Dumper-7
*/
// Package: GAB_BlasterRanged
#include "Basic.hpp"
#include "GAB_BlasterRanged_classes.hpp"
#include "GAB_BlasterRanged_parameters.hpp"
#pragma pack(push, 0x4)
namespace SDK
{
// Function GAB_BlasterRanged.GAB_BlasterRanged_C.ExecuteUbergraph_GAB_BlasterRanged
// (HasDefaults)
// Parameters:
// int32 EntryPoint (Parm, ZeroConstructor, IsPlainOldData, NoDestructor)
void UGAB_BlasterRanged_C::ExecuteUbergraph_GAB_BlasterRanged(int32 EntryPoint)
{
static class UFunction* Func = nullptr;
if (Func == nullptr)
Func = Class->GetFunction("GAB_BlasterRanged_C", "ExecuteUbergraph_GAB_BlasterRanged");
Params::GAB_BlasterRanged_C_ExecuteUbergraph_GAB_BlasterRanged Parms{};
Parms.EntryPoint = EntryPoint;
UObject::ProcessEvent(Func, &Parms);
}
// Function GAB_BlasterRanged.GAB_BlasterRanged_C.StopFiring
// (BlueprintCallable, BlueprintEvent)
void UGAB_BlasterRanged_C::StopFiring()
{
static class UFunction* Func = nullptr;
if (Func == nullptr)
Func = Class->GetFunction("GAB_BlasterRanged_C", "StopFiring");
UObject::ProcessEvent(Func, nullptr);
}
// Function GAB_BlasterRanged.GAB_BlasterRanged_C.K2_OnEndAbility
// (Event, Protected, BlueprintEvent)
void UGAB_BlasterRanged_C::K2_OnEndAbility()
{
static class UFunction* Func = nullptr;
if (Func == nullptr)
Func = Class->GetFunction("GAB_BlasterRanged_C", "K2_OnEndAbility");
UObject::ProcessEvent(Func, nullptr);
}
// Function GAB_BlasterRanged.GAB_BlasterRanged_C.Reset Ending Montage DoOnce
// (BlueprintCallable, BlueprintEvent)
void UGAB_BlasterRanged_C::Reset_Ending_Montage_DoOnce()
{
static class UFunction* Func = nullptr;
if (Func == nullptr)
Func = Class->GetFunction("GAB_BlasterRanged_C", "Reset Ending Montage DoOnce");
UObject::ProcessEvent(Func, nullptr);
}
// Function GAB_BlasterRanged.GAB_BlasterRanged_C.K2_ActivateAbility
// (Event, Protected, BlueprintEvent)
void UGAB_BlasterRanged_C::K2_ActivateAbility()
{
static class UFunction* Func = nullptr;
if (Func == nullptr)
Func = Class->GetFunction("GAB_BlasterRanged_C", "K2_ActivateAbility");
UObject::ProcessEvent(Func, nullptr);
}
// Function GAB_BlasterRanged.GAB_BlasterRanged_C.Triggered_B70914E34DF839C9F27FBA8D66801C0D
// (HasOutParams, BlueprintCallable, BlueprintEvent)
// Parameters:
// const struct FGameplayAbilityTargetDataHandle&TargetData (ConstParm, Parm, OutParm, ReferenceParm)
// const struct FGameplayTag& ApplicationTag (Parm)
void UGAB_BlasterRanged_C::Triggered_B70914E34DF839C9F27FBA8D66801C0D(const struct FGameplayAbilityTargetDataHandle& TargetData, const struct FGameplayTag& ApplicationTag)
{
static class UFunction* Func = nullptr;
if (Func == nullptr)
Func = Class->GetFunction("GAB_BlasterRanged_C", "Triggered_B70914E34DF839C9F27FBA8D66801C0D");
Params::GAB_BlasterRanged_C_Triggered_B70914E34DF839C9F27FBA8D66801C0D Parms{};
Parms.TargetData = std::move(TargetData);
Parms.ApplicationTag = std::move(ApplicationTag);
UObject::ProcessEvent(Func, &Parms);
}
// Function GAB_BlasterRanged.GAB_BlasterRanged_C.Cancelled_B70914E34DF839C9F27FBA8D66801C0D
// (HasOutParams, BlueprintCallable, BlueprintEvent)
// Parameters:
// const struct FGameplayAbilityTargetDataHandle&TargetData (ConstParm, Parm, OutParm, ReferenceParm)
// const struct FGameplayTag& ApplicationTag (Parm)
void UGAB_BlasterRanged_C::Cancelled_B70914E34DF839C9F27FBA8D66801C0D(const struct FGameplayAbilityTargetDataHandle& TargetData, const struct FGameplayTag& ApplicationTag)
{
static class UFunction* Func = nullptr;
if (Func == nullptr)
Func = Class->GetFunction("GAB_BlasterRanged_C", "Cancelled_B70914E34DF839C9F27FBA8D66801C0D");
Params::GAB_BlasterRanged_C_Cancelled_B70914E34DF839C9F27FBA8D66801C0D Parms{};
Parms.TargetData = std::move(TargetData);
Parms.ApplicationTag = std::move(ApplicationTag);
UObject::ProcessEvent(Func, &Parms);
}
// Function GAB_BlasterRanged.GAB_BlasterRanged_C.Completed_B70914E34DF839C9F27FBA8D66801C0D
// (HasOutParams, BlueprintCallable, BlueprintEvent)
// Parameters:
// const struct FGameplayAbilityTargetDataHandle&TargetData (ConstParm, Parm, OutParm, ReferenceParm)
// const struct FGameplayTag& ApplicationTag (Parm)
void UGAB_BlasterRanged_C::Completed_B70914E34DF839C9F27FBA8D66801C0D(const struct FGameplayAbilityTargetDataHandle& TargetData, const struct FGameplayTag& ApplicationTag)
{
static class UFunction* Func = nullptr;
if (Func == nullptr)
Func = Class->GetFunction("GAB_BlasterRanged_C", "Completed_B70914E34DF839C9F27FBA8D66801C0D");
Params::GAB_BlasterRanged_C_Completed_B70914E34DF839C9F27FBA8D66801C0D Parms{};
Parms.TargetData = std::move(TargetData);
Parms.ApplicationTag = std::move(ApplicationTag);
UObject::ProcessEvent(Func, &Parms);
}
// Function GAB_BlasterRanged.GAB_BlasterRanged_C.OnComplete_F2E0D80F47E87F169FADB1814583F0E0
// (BlueprintCallable, BlueprintEvent)
void UGAB_BlasterRanged_C::OnComplete_F2E0D80F47E87F169FADB1814583F0E0()
{
static class UFunction* Func = nullptr;
if (Func == nullptr)
Func = Class->GetFunction("GAB_BlasterRanged_C", "OnComplete_F2E0D80F47E87F169FADB1814583F0E0");
UObject::ProcessEvent(Func, nullptr);
}
// Function GAB_BlasterRanged.GAB_BlasterRanged_C.OnInterrupted_F2E0D80F47E87F169FADB1814583F0E0
// (BlueprintCallable, BlueprintEvent)
void UGAB_BlasterRanged_C::OnInterrupted_F2E0D80F47E87F169FADB1814583F0E0()
{
static class UFunction* Func = nullptr;
if (Func == nullptr)
Func = Class->GetFunction("GAB_BlasterRanged_C", "OnInterrupted_F2E0D80F47E87F169FADB1814583F0E0");
UObject::ProcessEvent(Func, nullptr);
}
// Function GAB_BlasterRanged.GAB_BlasterRanged_C.K2_CanActivateAbility
// (Event, Protected, HasOutParams, BlueprintCallable, BlueprintEvent, Const)
// Parameters:
// const struct FGameplayAbilityActorInfo& ActorInfo (Parm, ContainsInstancedReference)
// struct FGameplayTagContainer* RelevantTags (Parm, OutParm)
// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor)
bool UGAB_BlasterRanged_C::K2_CanActivateAbility(const struct FGameplayAbilityActorInfo& ActorInfo, struct FGameplayTagContainer* RelevantTags) const
{
static class UFunction* Func = nullptr;
if (Func == nullptr)
Func = Class->GetFunction("GAB_BlasterRanged_C", "K2_CanActivateAbility");
Params::GAB_BlasterRanged_C_K2_CanActivateAbility Parms{};
Parms.ActorInfo = std::move(ActorInfo);
UObject::ProcessEvent(Func, &Parms);
if (RelevantTags != nullptr)
*RelevantTags = std::move(Parms.RelevantTags);
return Parms.ReturnValue;
}
}
#pragma pack(pop)