Files
Alphanium/CppSDK/SDK/B_Constructor_Shield_functions.cpp

36 lines
636 B
C++

#pragma once
/*
* SDK generated by Dumper-7
*
* https://github.com/Encryqed/Dumper-7
*/
// Package: B_Constructor_Shield
#include "Basic.hpp"
#include "B_Constructor_Shield_classes.hpp"
#pragma pack(push, 0x4)
namespace SDK
{
// Function B_Constructor_Shield.B_Constructor_Shield_C.UserConstructionScript
// (Event, Public, BlueprintCallable, BlueprintEvent)
void AB_Constructor_Shield_C::UserConstructionScript()
{
static class UFunction* Func = nullptr;
if (Func == nullptr)
Func = Class->GetFunction("B_Constructor_Shield_C", "UserConstructionScript");
UObject::ProcessEvent(Func, nullptr);
}
}
#pragma pack(pop)