UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FDuplicatedObject Struct Reference

#include <DuplicatedObject.h>

Public Member Functions

 FDuplicatedObject ()
 
 FDuplicatedObject (UObject *InDuplicatedObject)
 
UE_FORCEINLINE_HINT bool IsDefault ()
 

Public Attributes

bool bIsDefault
 
TWeakObjectPtr< UObjectDuplicatedObject
 

Detailed Description

Information about a duplicated object For use with a dense object annotation

Constructor & Destructor Documentation

◆ FDuplicatedObject() [1/2]

FDuplicatedObject::FDuplicatedObject ( )
inline

◆ FDuplicatedObject() [2/2]

FDuplicatedObject::FDuplicatedObject ( UObject InDuplicatedObject)
inline

Member Function Documentation

◆ IsDefault()

UE_FORCEINLINE_HINT bool FDuplicatedObject::IsDefault ( )
inline
Returns
true if this is the default annotation and holds no information about a duplicated object

Member Data Documentation

◆ bIsDefault

bool FDuplicatedObject::bIsDefault

The state of this object

◆ DuplicatedObject

TWeakObjectPtr<UObject> FDuplicatedObject::DuplicatedObject

The duplicated object


The documentation for this struct was generated from the following file: