mirror of
https://github.com/ApfelTeeSaft/Alphanium.git
synced 2026-09-03 11:33:31 +00:00
36 lines
612 B
C++
36 lines
612 B
C++
#pragma once
|
|
|
|
/*
|
|
* SDK generated by Dumper-7
|
|
*
|
|
* https://github.com/Encryqed/Dumper-7
|
|
*/
|
|
|
|
// Package: Prop_TirePile_04
|
|
|
|
#include "Basic.hpp"
|
|
|
|
#include "Prop_TirePile_04_classes.hpp"
|
|
|
|
|
|
#pragma pack(push, 0x4)
|
|
namespace SDK
|
|
{
|
|
|
|
// Function Prop_TirePile_04.Prop_TirePile_04_C.UserConstructionScript
|
|
// (Event, Public, BlueprintCallable, BlueprintEvent)
|
|
|
|
void AProp_TirePile_04_C::UserConstructionScript()
|
|
{
|
|
static class UFunction* Func = nullptr;
|
|
|
|
if (Func == nullptr)
|
|
Func = Class->GetFunction("Prop_TirePile_04_C", "UserConstructionScript");
|
|
|
|
UObject::ProcessEvent(Func, nullptr);
|
|
}
|
|
|
|
}
|
|
|
|
#pragma pack(pop)
|