mirror of
https://github.com/ApfelTeeSaft/UnrealEvent.git
synced 2026-08-26 19:33:43 +00:00
34 lines
603 B
C++
34 lines
603 B
C++
#pragma once
|
|
|
|
/*
|
|
* SDK generated by Dumper-7
|
|
*
|
|
* https://github.com/Encryqed/Dumper-7
|
|
*/
|
|
|
|
// Package: BP_CameraLens_IceFrost
|
|
|
|
#include "Basic.hpp"
|
|
|
|
#include "BP_CameraLens_IceFrost_classes.hpp"
|
|
|
|
|
|
namespace SDK
|
|
{
|
|
|
|
// Function BP_CameraLens_IceFrost.BP_CameraLens_IceFrost_C.UserConstructionScript
|
|
// (Event, Public, BlueprintCallable, BlueprintEvent)
|
|
|
|
void ABP_CameraLens_IceFrost_C::UserConstructionScript()
|
|
{
|
|
static class UFunction* Func = nullptr;
|
|
|
|
if (Func == nullptr)
|
|
Func = Class->GetFunction("BP_CameraLens_IceFrost_C", "UserConstructionScript");
|
|
|
|
UObject::ProcessEvent(Func, nullptr);
|
|
}
|
|
|
|
}
|
|
|