Navigation
Unreal Engine C++ API Reference > Runtime > Core > Serialization > FArchive > operator<<
- FArchive::operator<<()
- FArchiveFromStructuredArchiveImpl::operator<<()
- FArchiveMD5::operator<<()
- FArchiveProxy::operator<<()
- FArchiveFromStructuredArchiveImpl::operator<<()
- FMemoryArchive::operator<<()
References
Module | Core |
Header | /Engine/Source/Runtime/Core/Public/Serialization/Archive.h |
Include | #include "Serialization/Archive.h" |
Source | /Engine/Source/Runtime/Core/Private/Serialization/Archive.cpp |
virtual FArchive & operator<<
(
struct FSoftObjectPtr & Value
)
Remarks
Serializes asset pointer from or into this archive.
Most of the time, FSoftObjectPtr are serialized as UObject *, but some archives need to override this. This instance.
Parameters
Name | Description |
---|---|
Value | The asset pointer to serialize. |