Files
Alphanium/CppSDK/SDK/GAB_HuskDeath_functions.cpp

57 lines
1.2 KiB
C++

#pragma once
/*
* SDK generated by Dumper-7
*
* https://github.com/Encryqed/Dumper-7
*/
// Package: GAB_HuskDeath
#include "Basic.hpp"
#include "GAB_HuskDeath_classes.hpp"
#include "GAB_HuskDeath_parameters.hpp"
#pragma pack(push, 0x4)
namespace SDK
{
// Function GAB_HuskDeath.GAB_HuskDeath_C.ExecuteUbergraph_GAB_HuskDeath
// ()
// Parameters:
// int32 EntryPoint (Parm, ZeroConstructor, IsPlainOldData, NoDestructor)
void UGAB_HuskDeath_C::ExecuteUbergraph_GAB_HuskDeath(int32 EntryPoint)
{
static class UFunction* Func = nullptr;
if (Func == nullptr)
Func = Class->GetFunction("GAB_HuskDeath_C", "ExecuteUbergraph_GAB_HuskDeath");
Params::GAB_HuskDeath_C_ExecuteUbergraph_GAB_HuskDeath Parms{};
Parms.EntryPoint = EntryPoint;
UObject::ProcessEvent(Func, &Parms);
}
// Function GAB_HuskDeath.GAB_HuskDeath_C.PickDeathMontageSection
// (BlueprintCallable, BlueprintEvent)
void UGAB_HuskDeath_C::PickDeathMontageSection()
{
static class UFunction* Func = nullptr;
if (Func == nullptr)
Func = Class->GetFunction("GAB_HuskDeath_C", "PickDeathMontageSection");
UObject::ProcessEvent(Func, nullptr);
}
}
#pragma pack(pop)