mirror of
https://github.com/ApfelTeeSaft/Alphanium.git
synced 2026-08-27 03:33:27 +00:00
85 lines
2.2 KiB
C++
85 lines
2.2 KiB
C++
#pragma once
|
|
|
|
/*
|
|
* SDK generated by Dumper-7
|
|
*
|
|
* https://github.com/Encryqed/Dumper-7
|
|
*/
|
|
|
|
// Package: AOE_Explorer_OffensiveFragment
|
|
|
|
#include "Basic.hpp"
|
|
|
|
#include "AOE_Explorer_OffensiveFragment_classes.hpp"
|
|
#include "AOE_Explorer_OffensiveFragment_parameters.hpp"
|
|
|
|
|
|
#pragma pack(push, 0x4)
|
|
namespace SDK
|
|
{
|
|
|
|
// Function AOE_Explorer_OffensiveFragment.AOE_Explorer_OffensiveFragment_C.ExecuteUbergraph_AOE_Explorer_OffensiveFragment
|
|
// (HasDefaults)
|
|
// Parameters:
|
|
// int32 EntryPoint (Parm, ZeroConstructor, IsPlainOldData, NoDestructor)
|
|
|
|
void AAOE_Explorer_OffensiveFragment_C::ExecuteUbergraph_AOE_Explorer_OffensiveFragment(int32 EntryPoint)
|
|
{
|
|
static class UFunction* Func = nullptr;
|
|
|
|
if (Func == nullptr)
|
|
Func = Class->GetFunction("AOE_Explorer_OffensiveFragment_C", "ExecuteUbergraph_AOE_Explorer_OffensiveFragment");
|
|
|
|
Params::AOE_Explorer_OffensiveFragment_C_ExecuteUbergraph_AOE_Explorer_OffensiveFragment Parms{};
|
|
|
|
Parms.EntryPoint = EntryPoint;
|
|
|
|
UObject::ProcessEvent(Func, &Parms);
|
|
}
|
|
|
|
|
|
// Function AOE_Explorer_OffensiveFragment.AOE_Explorer_OffensiveFragment_C.DiamondsFragment
|
|
// (BlueprintCallable, BlueprintEvent)
|
|
|
|
void AAOE_Explorer_OffensiveFragment_C::DiamondsFragment()
|
|
{
|
|
static class UFunction* Func = nullptr;
|
|
|
|
if (Func == nullptr)
|
|
Func = Class->GetFunction("AOE_Explorer_OffensiveFragment_C", "DiamondsFragment");
|
|
|
|
UObject::ProcessEvent(Func, nullptr);
|
|
}
|
|
|
|
|
|
// Function AOE_Explorer_OffensiveFragment.AOE_Explorer_OffensiveFragment_C.ReceiveBeginPlay
|
|
// (Event, Public, BlueprintEvent)
|
|
|
|
void AAOE_Explorer_OffensiveFragment_C::ReceiveBeginPlay()
|
|
{
|
|
static class UFunction* Func = nullptr;
|
|
|
|
if (Func == nullptr)
|
|
Func = Class->GetFunction("AOE_Explorer_OffensiveFragment_C", "ReceiveBeginPlay");
|
|
|
|
UObject::ProcessEvent(Func, nullptr);
|
|
}
|
|
|
|
|
|
// Function AOE_Explorer_OffensiveFragment.AOE_Explorer_OffensiveFragment_C.UserConstructionScript
|
|
// (Event, Public, BlueprintCallable, BlueprintEvent)
|
|
|
|
void AAOE_Explorer_OffensiveFragment_C::UserConstructionScript()
|
|
{
|
|
static class UFunction* Func = nullptr;
|
|
|
|
if (Func == nullptr)
|
|
Func = Class->GetFunction("AOE_Explorer_OffensiveFragment_C", "UserConstructionScript");
|
|
|
|
UObject::ProcessEvent(Func, nullptr);
|
|
}
|
|
|
|
}
|
|
|
|
#pragma pack(pop)
|