Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Serialization > API/Runtime/Core/Serialization/FArchiveProxy > API/Runtime/Core/Serialization/FArchiveProxy/op_lshift
- FArchive::operator<<()
- FArchiveProxy::operator<<()
- FArchiveFromStructuredArchiveImpl::operator<<()
References
Module | Core |
Header | /Engine/Source/Runtime/Core/Public/Serialization/ArchiveProxy.h |
Include | #include "Serialization/ArchiveProxy.h" |
virtual FArchive & operator<<
(
FObjectPtr & Value
)
Remarks
Serializes a wrapped object pointer value from or into this archive.
Most of the time, FObjectPtrs are serialized as UObject*, but some archives need to override this. This instance.
Parameters
Name | Description |
---|---|
Value | The value to serialize. |