Files
Alphanium/CppSDK/SDK/BP_PlayerControllerOutpost_functions.cpp

36 lines
672 B
C++

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