Navigation
API > API/Runtime > API/Runtime/Engine
| Name | UDeletedObjectPlaceholder |
| Type | class |
| Header File | /Engine/Source/Runtime/Engine/Public/DeletedObjectPlaceholder.h |
| Include Path | #include "DeletedObjectPlaceholder.h" |
Syntax
UCLASS (Transient, MinimalAPI)
class UDeletedObjectPlaceholder : public UObject
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UDeletedObjectPlaceholder
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| FObjectCreated | TMulticastDelegate_OneParam< void, const UDeletedObjectPlaceholder * > | DeletedObjectPlaceholder.h |
Constants
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| OnObjectCreated | FObjectCreated | DeletedObjectPlaceholder.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| DisplayName | FString | Original object's display name | DeletedObjectPlaceholder.h | |
| ExternalDataLayerUID | uint32 | Original object's external data layer UID | DeletedObjectPlaceholder.h | |
| OriginalObject | TWeakObjectPtr< const UObject > | Original object that is replaced by the placeholder | DeletedObjectPlaceholder.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
const FString & GetDisplayName() |
DeletedObjectPlaceholder.h | ||
const FExternalDataLayerUID GetExternalDataLayerUID() |
DeletedObjectPlaceholder.h | ||
const UObject * GetOriginalObject() |
DeletedObjectPlaceholder.h |
Overridden from UObject
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual bool IsAsset() |
DeletedObjectPlaceholder.h | ||
virtual void PostEditUndo() |
DeletedObjectPlaceholder.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static UDeletedObjectPlaceholder * Create
(
UObject* InOuter, |
DeletedObjectPlaceholder.h | ||
static UDeletedObjectPlaceholder * FindInPackage
(
const UPackage* InPackage |
DeletedObjectPlaceholder.h | ||
static UDeletedObjectPlaceholder * RemoveFromPackage
(
UPackage* InPackage |
DeletedObjectPlaceholder.h |