mirror of
https://github.com/ApfelTeeSaft/Alphanium.git
synced 2026-08-27 11:43:28 +00:00
57 lines
1.4 KiB
C++
57 lines
1.4 KiB
C++
#pragma once
|
|
|
|
/*
|
|
* SDK generated by Dumper-7
|
|
*
|
|
* https://github.com/Encryqed/Dumper-7
|
|
*/
|
|
|
|
// Package: CommanderRewardsLevelBox
|
|
|
|
#include "Basic.hpp"
|
|
|
|
#include "CommanderRewardsLevelBox_classes.hpp"
|
|
#include "CommanderRewardsLevelBox_parameters.hpp"
|
|
|
|
|
|
#pragma pack(push, 0x4)
|
|
namespace SDK
|
|
{
|
|
|
|
// Function CommanderRewardsLevelBox.CommanderRewardsLevelBox_C.ExecuteUbergraph_CommanderRewardsLevelBox
|
|
// (HasDefaults)
|
|
// Parameters:
|
|
// int32 EntryPoint (Parm, ZeroConstructor, IsPlainOldData, NoDestructor)
|
|
|
|
void UCommanderRewardsLevelBox_C::ExecuteUbergraph_CommanderRewardsLevelBox(int32 EntryPoint)
|
|
{
|
|
static class UFunction* Func = nullptr;
|
|
|
|
if (Func == nullptr)
|
|
Func = Class->GetFunction("CommanderRewardsLevelBox_C", "ExecuteUbergraph_CommanderRewardsLevelBox");
|
|
|
|
Params::CommanderRewardsLevelBox_C_ExecuteUbergraph_CommanderRewardsLevelBox Parms{};
|
|
|
|
Parms.EntryPoint = EntryPoint;
|
|
|
|
UObject::ProcessEvent(Func, &Parms);
|
|
}
|
|
|
|
|
|
// Function CommanderRewardsLevelBox.CommanderRewardsLevelBox_C.Construct
|
|
// (BlueprintCosmetic, Event, Public, BlueprintEvent)
|
|
|
|
void UCommanderRewardsLevelBox_C::Construct()
|
|
{
|
|
static class UFunction* Func = nullptr;
|
|
|
|
if (Func == nullptr)
|
|
Func = Class->GetFunction("CommanderRewardsLevelBox_C", "Construct");
|
|
|
|
UObject::ProcessEvent(Func, nullptr);
|
|
}
|
|
|
|
}
|
|
|
|
#pragma pack(pop)
|