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"
7#include "UObject/Class.h"
9
10#include "LinkerPlaceholderFunction.generated.h"
11
13UCLASS(MinimalAPI)
15{
16public:
18
20
21 // FLinkerPlaceholderBase interface
22 virtual UObject* GetPlaceholderAsUObject() override { return (UObject*)(this); }
23 // End of FLinkerPlaceholderBase interface
24};
UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition SharedPointer.h:127
#define GENERATED_BODY(...)
Definition ObjectMacros.h:765
#define UCLASS(...)
Definition ObjectMacros.h:776
Definition UObjectGlobals.h:1292
Definition LinkerPlaceholderBase.h:284
Definition Class.h:2476
Definition LinkerPlaceholderFunction.h:15
virtual UObject * GetPlaceholderAsUObject() override
Definition LinkerPlaceholderFunction.h:22
Definition Object.h:95