Navigation
API > API/Editor > API/Editor/UnrealEd
Inheritance Hierarchy
- FSharedFromThisBase
- TSharedFromThis
- FPendingPrivateAsset
References
| Module | UnrealEd |
| Header | /Engine/Source/Editor/UnrealEd/Public/AssetPrivatizeModel.h |
| Include | #include "AssetPrivatizeModel.h" |
Syntax
struct FPendingPrivateAsset : public TSharedFromThis< FPendingPrivateAsset >
Variables
| Type | Name | Description | |
|---|---|---|---|
| TArray< FName > | IllegalDiskReferences | The on disk references to this object that would be illegal if the object were made private | |
| FReferencerInformationList | IllegalMemoryReferences | The in memory references to this object that would be illegal if the object were made private (*excluding the undo buffer) |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FPendingPrivateAsset
(
UObject* InObject, |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Checks for and records references on disk and in memory for this object that would be considered illegal if the object became private | ||
| UObject * | GetObject () |
Gets the object being privatized | |
| UPackage * | Gets the objects owning package | ||
| bool | Is the pending object referenced in memory by the undo stack | ||
| bool | Is the pending private object referenced in memory by something other than the undo stack | ||
| bool | IsReferenceIllegal
(
const FName& InReference |
Checks if a given reference does not share the same mount point as the object. |