mirror of
https://github.com/ApfelTeeSaft/Alphanium.git
synced 2026-09-03 03:23:34 +00:00
85 lines
1.9 KiB
C++
85 lines
1.9 KiB
C++
#pragma once
|
|
|
|
/*
|
|
* SDK generated by Dumper-7
|
|
*
|
|
* https://github.com/Encryqed/Dumper-7
|
|
*/
|
|
|
|
// Package: Plant_Shrub_03
|
|
|
|
#include "Basic.hpp"
|
|
|
|
#include "Plant_Shrub_03_classes.hpp"
|
|
#include "Plant_Shrub_03_parameters.hpp"
|
|
|
|
|
|
#pragma pack(push, 0x4)
|
|
namespace SDK
|
|
{
|
|
|
|
// Function Plant_Shrub_03.Plant_Shrub_03_C.ExecuteUbergraph_Plant_Shrub_03
|
|
// (HasDefaults)
|
|
// Parameters:
|
|
// int32 EntryPoint (Parm, ZeroConstructor, IsPlainOldData, NoDestructor)
|
|
|
|
void APlant_Shrub_03_C::ExecuteUbergraph_Plant_Shrub_03(int32 EntryPoint)
|
|
{
|
|
static class UFunction* Func = nullptr;
|
|
|
|
if (Func == nullptr)
|
|
Func = Class->GetFunction("Plant_Shrub_03_C", "ExecuteUbergraph_Plant_Shrub_03");
|
|
|
|
Params::Plant_Shrub_03_C_ExecuteUbergraph_Plant_Shrub_03 Parms{};
|
|
|
|
Parms.EntryPoint = EntryPoint;
|
|
|
|
UObject::ProcessEvent(Func, &Parms);
|
|
}
|
|
|
|
|
|
// Function Plant_Shrub_03.Plant_Shrub_03_C.ReceiveDestroyed
|
|
// (Event, Public, BlueprintEvent)
|
|
|
|
void APlant_Shrub_03_C::ReceiveDestroyed()
|
|
{
|
|
static class UFunction* Func = nullptr;
|
|
|
|
if (Func == nullptr)
|
|
Func = Class->GetFunction("Plant_Shrub_03_C", "ReceiveDestroyed");
|
|
|
|
UObject::ProcessEvent(Func, nullptr);
|
|
}
|
|
|
|
|
|
// Function Plant_Shrub_03.Plant_Shrub_03_C.ReceiveBeginPlay
|
|
// (Event, Public, BlueprintEvent)
|
|
|
|
void APlant_Shrub_03_C::ReceiveBeginPlay()
|
|
{
|
|
static class UFunction* Func = nullptr;
|
|
|
|
if (Func == nullptr)
|
|
Func = Class->GetFunction("Plant_Shrub_03_C", "ReceiveBeginPlay");
|
|
|
|
UObject::ProcessEvent(Func, nullptr);
|
|
}
|
|
|
|
|
|
// Function Plant_Shrub_03.Plant_Shrub_03_C.UserConstructionScript
|
|
// (Event, Public, BlueprintCallable, BlueprintEvent)
|
|
|
|
void APlant_Shrub_03_C::UserConstructionScript()
|
|
{
|
|
static class UFunction* Func = nullptr;
|
|
|
|
if (Func == nullptr)
|
|
Func = Class->GetFunction("Plant_Shrub_03_C", "UserConstructionScript");
|
|
|
|
UObject::ProcessEvent(Func, nullptr);
|
|
}
|
|
|
|
}
|
|
|
|
#pragma pack(pop)
|