UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
DuplicatedObject.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
39
40template <> struct TIsPODType<FDuplicatedObject> { enum { Value = true }; };
41
#define UE_FORCEINLINE_HINT
Definition Platform.h:723
UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition SharedPointer.h:127
return true
Definition ExternalRpcRegistry.cpp:601
#define INVALID_OBJECT
Definition UObjectGlobals.h:97
Definition Object.h:95
Definition DuplicatedObject.h:13
TWeakObjectPtr< UObject > DuplicatedObject
Definition DuplicatedObject.h:18
bool bIsDefault
Definition DuplicatedObject.h:15
UE_FORCEINLINE_HINT bool IsDefault()
Definition DuplicatedObject.h:34
FDuplicatedObject()
Definition DuplicatedObject.h:20
FDuplicatedObject(UObject *InDuplicatedObject)
Definition DuplicatedObject.h:25
Definition IsPODType.h:12
@ Value
Definition IsPODType.h:13
Definition WeakObjectPtrTemplates.h:25