Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/UObject
Inheritance Hierarchy
- FArchiveState
- FArchive
- FArchiveUObject
- FSoftObjectPathFixupArchive
References
| Module | CoreUObject |
| Header | /Engine/Source/Runtime/CoreUObject/Public/UObject/SoftObjectPath.h |
| Include | #include "UObject/SoftObjectPath.h" |
Syntax
struct FSoftObjectPathFixupArchive : public FArchiveUObject
Remarks
Fixup archive.
Variables
| Type | Name | Description | |
|---|---|---|---|
| TFunction< void(FSoftObjectPath &)> | FixupFunction |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FSoftObjectPathFixupArchive
(
TFunction< void(FSoftObjectPath&)> InFixupFunction |
|||
FSoftObjectPathFixupArchive
(
const FString& InOldAssetPathString, |
Functions
Operators
| Type | Name | Description | |
|---|---|---|---|
| FArchive & | operator<<
(
FSoftObjectPath& Value |
Serializes soft object paths from or into this archive. | |
| FArchive & | operator<<
(
FObjectPtr& Value |
Serializes a wrapped object pointer value from or into this archive. |