Navigation
Unreal Engine C++ API Reference > Runtime > Core > Serialization > FArchiveFromStructuredArchiveImpl > operator<<
- FArchive::operator<<()
- FArchiveProxy::operator<<()
- FArchiveFromStructuredArchiveImpl::operator<<()
References
Module | Core |
Header | /Engine/Source/Runtime/Core/Public/Serialization/StructuredArchiveAdapters.h |
Include | #include "Serialization/StructuredArchiveAdapters.h" |
Source | /Engine/Source/Runtime/Core/Private/Serialization/Archive.cpp |
virtual FArchive & operator<<
(
struct FSoftObjectPath & Value
)
Remarks
Serializes soft object paths from or into this archive. This instance.
Parameters
Name | Description |
---|---|
Value | Soft object path to serialize. |