mirror of
https://github.com/ApfelTeeSaft/Alphanium.git
synced 2026-08-27 03:33:27 +00:00
37 lines
703 B
C++
37 lines
703 B
C++
#pragma once
|
|
|
|
/*
|
|
* SDK generated by Dumper-7
|
|
*
|
|
* https://github.com/Encryqed/Dumper-7
|
|
*/
|
|
|
|
// Package: HB_CommandCenter_Main
|
|
|
|
#include "Basic.hpp"
|
|
|
|
#include "HB_CommandCenter_Main_classes.hpp"
|
|
#include "HB_CommandCenter_Main_parameters.hpp"
|
|
|
|
|
|
#pragma pack(push, 0x4)
|
|
namespace SDK
|
|
{
|
|
|
|
// Function HB_CommandCenter_Main.HB_CommandCenter_Main_C.UserConstructionScript
|
|
// (Event, Public, HasDefaults, BlueprintCallable, BlueprintEvent)
|
|
|
|
void AHB_CommandCenter_Main_C::UserConstructionScript()
|
|
{
|
|
static class UFunction* Func = nullptr;
|
|
|
|
if (Func == nullptr)
|
|
Func = Class->GetFunction("HB_CommandCenter_Main_C", "UserConstructionScript");
|
|
|
|
UObject::ProcessEvent(Func, nullptr);
|
|
}
|
|
|
|
}
|
|
|
|
#pragma pack(pop)
|