EM_Task/CoreUObject/Private/UObject/LinkerPlaceholderFunction.cpp
Boshuang Zhao 5144a49c9b add
2026-02-13 16:18:33 +08:00

14 lines
504 B
C++

// Copyright Epic Games, Inc. All Rights Reserved.
#include "UObject/LinkerPlaceholderFunction.h"
//------------------------------------------------------------------------------
ULinkerPlaceholderFunction::ULinkerPlaceholderFunction(const FObjectInitializer& ObjectInitializer)
: Super(ObjectInitializer)
{
}
//------------------------------------------------------------------------------
IMPLEMENT_CORE_INTRINSIC_CLASS(ULinkerPlaceholderFunction, UFunction,
{});