|
| | ~FHarvestedRealm () |
| |
| void | AddDirectImport (TObjectPtr< UObject > InObject) |
| |
| void | AddImport (TObjectPtr< UObject > InObject) |
| |
| void | AddExport (FTaggedExport InTagObj) |
| |
| void | AddExcluded (TObjectPtr< UObject > InObject) |
| |
| void | AddNotExcluded (TObjectPtr< UObject > InObject) |
| |
| bool | IsImport (TObjectPtr< UObject > InObject) const |
| |
| bool | IsExport (TObjectPtr< UObject > InObject) const |
| |
| bool | IsIncluded (TObjectPtr< UObject > InObject) const |
| |
| bool | IsExcluded (TObjectPtr< UObject > InObject) const |
| |
| bool | IsNotExcluded (TObjectPtr< UObject > InObject) const |
| |
| void | AddCellImport (Verse::VCell *InCell) |
| |
| void | AddCellExport (Verse::VCell *InCell) |
| |
| bool | IsCellImport (Verse::VCell *InCell) const |
| |
| bool | IsCellExport (Verse::VCell *InCell) const |
| |
| bool | IsCellIncluded (Verse::VCell *InCell) const |
| |
| TSet< FTaggedExport > & | GetExports () |
| |
| const TSet< FTaggedExport > & | GetExports () const |
| |
| const TArray< UE::SavePackageUtilities::FPreloadDependency > & | GetPreloadDependencies () const |
| |
| TArray< UE::SavePackageUtilities::FPreloadDependency > & | GetPreloadDependencies () |
| |
| const TSet< TObjectPtr< UObject > > & | GetDirectImports () const |
| |
| const TSet< TObjectPtr< UObject > > & | GetImports () const |
| |
| const TSet< Verse::VCell * > & | GetCellExports () const |
| |
| const TSet< Verse::VCell * > & | GetCellImports () const |
| |
| const TSet< FName > & | GetSoftPackageReferenceList () const |
| |
| TSet< FName > & | GetSoftPackageReferenceList () |
| |
| const TSet< FName > & | GetUntrackedSoftPackageReferenceList () const |
| |
| TSet< FName > & | GetUntrackedSoftPackageReferenceList () |
| |
| const TMap< TObjectPtr< UObject >, TArray< FName > > & | GetSearchableNamesObjectMap () const |
| |
| TMap< TObjectPtr< UObject >, TArray< FName > > & | GetSearchableNamesObjectMap () |
| |
| const TSet< FNameEntryId > & | GetNamesReferencedFromExportData () const |
| |
| TSet< FNameEntryId > & | GetNamesReferencedFromExportData () |
| |
| const TSet< FNameEntryId > & | GetNamesReferencedFromPackageHeader () const |
| |
| TSet< FNameEntryId > & | GetNamesReferencedFromPackageHeader () |
| |
| const TSet< FSoftObjectPath > & | GetSoftObjectPathList () const |
| |
| TSet< FSoftObjectPath > & | GetSoftObjectPathList () |
| |
| const TMap< TObjectPtr< UObject >, TSet< TObjectPtr< UObject > > > & | GetObjectDependencies () const |
| |
| TMap< TObjectPtr< UObject >, TSet< TObjectPtr< UObject > > > & | GetObjectDependencies () |
| |
| const TMap< TObjectPtr< UObject >, TSet< TObjectPtr< UObject > > > & | GetNativeObjectDependencies () const |
| |
| TMap< TObjectPtr< UObject >, TSet< TObjectPtr< UObject > > > & | GetNativeObjectDependencies () |
| |
| const TMap< TObjectPtr< UObject >, TSet< Verse::VCell * > > & | GetCellDependencies () const |
| |
| TMap< TObjectPtr< UObject >, TSet< Verse::VCell * > > & | GetCellDependencies () |
| |
| const TMap< Verse::VCell *, TSet< TObjectPtr< UObject > > > & | GetCellObjectDependencies () const |
| |
| TMap< Verse::VCell *, TSet< TObjectPtr< UObject > > > & | GetCellObjectDependencies () |
| |
| const TMap< Verse::VCell *, TSet< Verse::VCell * > > & | GetCellCellDependencies () const |
| |
| TMap< Verse::VCell *, TSet< Verse::VCell * > > & | GetCellCellDependencies () |
| |
| bool | NameExists (const FName &Name) const |
| |
| FLinkerSave * | GetLinker () const |
| |
| void | SetLinker (TPimplPtr< FLinkerSave > InLinker) |
| |
| bool | CloseLinkerArchives () |
| |
| FArchive * | GetTextFormatArchive () const |
| |
| void | SetTextFormatArchive (TUniquePtr< FArchive > InTextArchive) |
| |
| FArchiveFormatterType * | GetFormatter () const |
| |
| void | SetFormatter (TUniquePtr< FArchiveFormatterType > InFormatter) |
| |
| FStructuredArchive * | GetStructuredArchive () const |
| |
| void | SetStructuredArchive (TUniquePtr< FStructuredArchive > InArchive) |
| |
| const TOptional< FString > & | GetTempFilename () const |
| |
| void | SetTempFilename (TOptional< FString > InTemp) |
| |
| const TOptional< FString > & | GetTextFormatTempFilename () const |
| |
| void | SetTextFormatTempFilename (TOptional< FString > InTemp) |
| |
Hold the harvested exports and imports for a realm