UDocumentation
UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
LinkerPlaceholderFunction.h
Go to the documentation of this file.
1
// Copyright Epic Games, Inc. All Rights Reserved.
2
3
#pragma once
4
5
#include "
CoreMinimal.h
"
6
#include "
UObject/ObjectMacros.h
"
7
#include "
UObject/Class.h
"
8
#include "
UObject/LinkerPlaceholderBase.h
"
9
10
#include "LinkerPlaceholderFunction.generated.h"
11
13
UCLASS
(MinimalAPI)
14
class
ULinkerPlaceholderFunction
:
public
UFunction
,
public
TLinkerImportPlaceholder
<
UFunction
>
15
{
16
public
:
17
GENERATED_BODY
()
18
19
ULinkerPlaceholderFunction
(
const
FObjectInitializer
&
ObjectInitializer
);
20
21
// FLinkerPlaceholderBase interface
22
virtual
UObject
*
GetPlaceholderAsUObject
()
override
{
return
(
UObject
*)(
this
); }
23
// End of FLinkerPlaceholderBase interface
24
};
Class.h
CoreMinimal.h
StaticCastSharedRef
UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition
SharedPointer.h:127
LinkerPlaceholderBase.h
ObjectMacros.h
GENERATED_BODY
#define GENERATED_BODY(...)
Definition
ObjectMacros.h:765
UCLASS
#define UCLASS(...)
Definition
ObjectMacros.h:776
FObjectInitializer
Definition
UObjectGlobals.h:1292
TLinkerImportPlaceholder
Definition
LinkerPlaceholderBase.h:284
UFunction
Definition
Class.h:2476
ULinkerPlaceholderFunction
Definition
LinkerPlaceholderFunction.h:15
ULinkerPlaceholderFunction::GetPlaceholderAsUObject
virtual UObject * GetPlaceholderAsUObject() override
Definition
LinkerPlaceholderFunction.h:22
UObject
Definition
Object.h:95
Engine
Source
Runtime
CoreUObject
Private
UObject
LinkerPlaceholderFunction.h
Generated by
1.9.8