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<<()
- FActorDescArchive::operator<<()
- FArchiveFromStructuredArchiveImpl::operator<<()
References
Module | Core |
Header | /Engine/Source/Runtime/Core/Public/Serialization/ArchiveProxy.h |
Include | #include "Serialization/ArchiveProxy.h" |
virtual FArchive & operator<<
&40;
FText & Value
&41;
Remarks
Serializes an FText value from or into an archive.
Parameters
Name | Description |
---|---|
Ar | The archive to serialize from or to. |
Value | The value to serialize. |