Files
Alphanium/CppSDK/SDK/GAB_GenericApplyKnockback_functions.cpp

291 lines
9.2 KiB
C++

#pragma once
/*
* SDK generated by Dumper-7
*
* https://github.com/Encryqed/Dumper-7
*/
// Package: GAB_GenericApplyKnockback
#include "Basic.hpp"
#include "GAB_GenericApplyKnockback_classes.hpp"
#include "GAB_GenericApplyKnockback_parameters.hpp"
#pragma pack(push, 0x4)
namespace SDK
{
// Function GAB_GenericApplyKnockback.GAB_GenericApplyKnockback_C.ExecuteUbergraph_GAB_GenericApplyKnockback
// (HasDefaults)
// Parameters:
// int32 EntryPoint (Parm, ZeroConstructor, IsPlainOldData, NoDestructor)
void UGAB_GenericApplyKnockback_C::ExecuteUbergraph_GAB_GenericApplyKnockback(int32 EntryPoint)
{
static class UFunction* Func = nullptr;
if (Func == nullptr)
Func = Class->GetFunction("GAB_GenericApplyKnockback_C", "ExecuteUbergraph_GAB_GenericApplyKnockback");
Params::GAB_GenericApplyKnockback_C_ExecuteUbergraph_GAB_GenericApplyKnockback Parms{};
Parms.EntryPoint = EntryPoint;
UObject::ProcessEvent(Func, &Parms);
}
// Function GAB_GenericApplyKnockback.GAB_GenericApplyKnockback_C.DebugLine
// (BlueprintCallable, BlueprintEvent)
void UGAB_GenericApplyKnockback_C::DebugLine()
{
static class UFunction* Func = nullptr;
if (Func == nullptr)
Func = Class->GetFunction("GAB_GenericApplyKnockback_C", "DebugLine");
UObject::ProcessEvent(Func, nullptr);
}
// Function GAB_GenericApplyKnockback.GAB_GenericApplyKnockback_C.OnHitPawn_Event
// (HasOutParams, BlueprintCallable, BlueprintEvent)
// Parameters:
// class AActor* SelfActor (Parm, ZeroConstructor, IsPlainOldData, NoDestructor)
// class AActor* OtherActor (Parm, ZeroConstructor, IsPlainOldData, NoDestructor)
// const struct FVector& NormalImpulse (Parm, ZeroConstructor, IsPlainOldData, NoDestructor)
// const struct FHitResult& Hit (ConstParm, Parm, OutParm, ReferenceParm, ContainsInstancedReference)
void UGAB_GenericApplyKnockback_C::OnHitPawn_Event(class AActor* SelfActor, class AActor* OtherActor, const struct FVector& NormalImpulse, const struct FHitResult& Hit)
{
static class UFunction* Func = nullptr;
if (Func == nullptr)
Func = Class->GetFunction("GAB_GenericApplyKnockback_C", "OnHitPawn_Event");
Params::GAB_GenericApplyKnockback_C_OnHitPawn_Event Parms{};
Parms.SelfActor = SelfActor;
Parms.OtherActor = OtherActor;
Parms.NormalImpulse = std::move(NormalImpulse);
Parms.Hit = std::move(Hit);
UObject::ProcessEvent(Func, &Parms);
}
// Function GAB_GenericApplyKnockback.GAB_GenericApplyKnockback_C.OnPawnLanded_Event
// (HasOutParams, BlueprintCallable, BlueprintEvent)
// Parameters:
// const struct FHitResult& Hit (ConstParm, Parm, OutParm, ReferenceParm, ContainsInstancedReference)
void UGAB_GenericApplyKnockback_C::OnPawnLanded_Event(const struct FHitResult& Hit)
{
static class UFunction* Func = nullptr;
if (Func == nullptr)
Func = Class->GetFunction("GAB_GenericApplyKnockback_C", "OnPawnLanded_Event");
Params::GAB_GenericApplyKnockback_C_OnPawnLanded_Event Parms{};
Parms.Hit = std::move(Hit);
UObject::ProcessEvent(Func, &Parms);
}
// Function GAB_GenericApplyKnockback.GAB_GenericApplyKnockback_C.SetupMontageSectionsAndOrientDirection
// (BlueprintCallable, BlueprintEvent)
void UGAB_GenericApplyKnockback_C::SetupMontageSectionsAndOrientDirection()
{
static class UFunction* Func = nullptr;
if (Func == nullptr)
Func = Class->GetFunction("GAB_GenericApplyKnockback_C", "SetupMontageSectionsAndOrientDirection");
UObject::ProcessEvent(Func, nullptr);
}
// Function GAB_GenericApplyKnockback.GAB_GenericApplyKnockback_C.OnReachedJumpApex
// (BlueprintCallable, BlueprintEvent)
void UGAB_GenericApplyKnockback_C::OnReachedJumpApex()
{
static class UFunction* Func = nullptr;
if (Func == nullptr)
Func = Class->GetFunction("GAB_GenericApplyKnockback_C", "OnReachedJumpApex");
UObject::ProcessEvent(Func, nullptr);
}
// Function GAB_GenericApplyKnockback.GAB_GenericApplyKnockback_C.K2_ActivateAbilityFromEvent
// (Event, Protected, HasOutParams, BlueprintEvent)
// Parameters:
// const struct FGameplayEventData& EventData (ConstParm, Parm, OutParm, ReferenceParm)
void UGAB_GenericApplyKnockback_C::K2_ActivateAbilityFromEvent(const struct FGameplayEventData& EventData)
{
static class UFunction* Func = nullptr;
if (Func == nullptr)
Func = Class->GetFunction("GAB_GenericApplyKnockback_C", "K2_ActivateAbilityFromEvent");
Params::GAB_GenericApplyKnockback_C_K2_ActivateAbilityFromEvent Parms{};
Parms.EventData = std::move(EventData);
UObject::ProcessEvent(Func, &Parms);
}
// Function GAB_GenericApplyKnockback.GAB_GenericApplyKnockback_C.K2_OnEndAbility
// (Event, Protected, BlueprintEvent)
void UGAB_GenericApplyKnockback_C::K2_OnEndAbility()
{
static class UFunction* Func = nullptr;
if (Func == nullptr)
Func = Class->GetFunction("GAB_GenericApplyKnockback_C", "K2_OnEndAbility");
UObject::ProcessEvent(Func, nullptr);
}
// Function GAB_GenericApplyKnockback.GAB_GenericApplyKnockback_C.OnComplete_1F181048470CEB2EB6CC648039C5913C
// (BlueprintCallable, BlueprintEvent)
void UGAB_GenericApplyKnockback_C::OnComplete_1F181048470CEB2EB6CC648039C5913C()
{
static class UFunction* Func = nullptr;
if (Func == nullptr)
Func = Class->GetFunction("GAB_GenericApplyKnockback_C", "OnComplete_1F181048470CEB2EB6CC648039C5913C");
UObject::ProcessEvent(Func, nullptr);
}
// Function GAB_GenericApplyKnockback.GAB_GenericApplyKnockback_C.OnInterrupted_1F181048470CEB2EB6CC648039C5913C
// (BlueprintCallable, BlueprintEvent)
void UGAB_GenericApplyKnockback_C::OnInterrupted_1F181048470CEB2EB6CC648039C5913C()
{
static class UFunction* Func = nullptr;
if (Func == nullptr)
Func = Class->GetFunction("GAB_GenericApplyKnockback_C", "OnInterrupted_1F181048470CEB2EB6CC648039C5913C");
UObject::ProcessEvent(Func, nullptr);
}
// Function GAB_GenericApplyKnockback.GAB_GenericApplyKnockback_C.OnCancelled_1F181048470CEB2EB6CC648039C5913C
// (BlueprintCallable, BlueprintEvent)
void UGAB_GenericApplyKnockback_C::OnCancelled_1F181048470CEB2EB6CC648039C5913C()
{
static class UFunction* Func = nullptr;
if (Func == nullptr)
Func = Class->GetFunction("GAB_GenericApplyKnockback_C", "OnCancelled_1F181048470CEB2EB6CC648039C5913C");
UObject::ProcessEvent(Func, nullptr);
}
// Function GAB_GenericApplyKnockback.GAB_GenericApplyKnockback_C.OnComplete_D744890E4C485F1C80B3E7864AE506FF
// (BlueprintCallable, BlueprintEvent)
void UGAB_GenericApplyKnockback_C::OnComplete_D744890E4C485F1C80B3E7864AE506FF()
{
static class UFunction* Func = nullptr;
if (Func == nullptr)
Func = Class->GetFunction("GAB_GenericApplyKnockback_C", "OnComplete_D744890E4C485F1C80B3E7864AE506FF");
UObject::ProcessEvent(Func, nullptr);
}
// Function GAB_GenericApplyKnockback.GAB_GenericApplyKnockback_C.OnInterrupted_D744890E4C485F1C80B3E7864AE506FF
// (BlueprintCallable, BlueprintEvent)
void UGAB_GenericApplyKnockback_C::OnInterrupted_D744890E4C485F1C80B3E7864AE506FF()
{
static class UFunction* Func = nullptr;
if (Func == nullptr)
Func = Class->GetFunction("GAB_GenericApplyKnockback_C", "OnInterrupted_D744890E4C485F1C80B3E7864AE506FF");
UObject::ProcessEvent(Func, nullptr);
}
// Function GAB_GenericApplyKnockback.GAB_GenericApplyKnockback_C.OnCancelled_D744890E4C485F1C80B3E7864AE506FF
// (BlueprintCallable, BlueprintEvent)
void UGAB_GenericApplyKnockback_C::OnCancelled_D744890E4C485F1C80B3E7864AE506FF()
{
static class UFunction* Func = nullptr;
if (Func == nullptr)
Func = Class->GetFunction("GAB_GenericApplyKnockback_C", "OnCancelled_D744890E4C485F1C80B3E7864AE506FF");
UObject::ProcessEvent(Func, nullptr);
}
// Function GAB_GenericApplyKnockback.GAB_GenericApplyKnockback_C.OnComplete_07DF210D46EDFA929CDBFFB162E8E4CF
// (BlueprintCallable, BlueprintEvent)
void UGAB_GenericApplyKnockback_C::OnComplete_07DF210D46EDFA929CDBFFB162E8E4CF()
{
static class UFunction* Func = nullptr;
if (Func == nullptr)
Func = Class->GetFunction("GAB_GenericApplyKnockback_C", "OnComplete_07DF210D46EDFA929CDBFFB162E8E4CF");
UObject::ProcessEvent(Func, nullptr);
}
// Function GAB_GenericApplyKnockback.GAB_GenericApplyKnockback_C.OnInterrupted_07DF210D46EDFA929CDBFFB162E8E4CF
// (BlueprintCallable, BlueprintEvent)
void UGAB_GenericApplyKnockback_C::OnInterrupted_07DF210D46EDFA929CDBFFB162E8E4CF()
{
static class UFunction* Func = nullptr;
if (Func == nullptr)
Func = Class->GetFunction("GAB_GenericApplyKnockback_C", "OnInterrupted_07DF210D46EDFA929CDBFFB162E8E4CF");
UObject::ProcessEvent(Func, nullptr);
}
// Function GAB_GenericApplyKnockback.GAB_GenericApplyKnockback_C.OnCancelled_07DF210D46EDFA929CDBFFB162E8E4CF
// (BlueprintCallable, BlueprintEvent)
void UGAB_GenericApplyKnockback_C::OnCancelled_07DF210D46EDFA929CDBFFB162E8E4CF()
{
static class UFunction* Func = nullptr;
if (Func == nullptr)
Func = Class->GetFunction("GAB_GenericApplyKnockback_C", "OnCancelled_07DF210D46EDFA929CDBFFB162E8E4CF");
UObject::ProcessEvent(Func, nullptr);
}
}
#pragma pack(pop)