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<<()
- FNameAsStringProxyArchive::operator<<()
- FNameAsStringIndexProxyArchive::operator<<()
- FArchiveFromStructuredArchiveImpl::operator<<()
- FMaterialResourceProxyReader::operator<<()
References
Module | Core |
Header | /Engine/Source/Runtime/Core/Public/Serialization/ArchiveProxy.h |
Include | #include "Serialization/ArchiveProxy.h" |
virtual FArchive & operator<<
&40;
FName & Value
&41;
Remarks
Serializes an FName value from or into this archive.
This operator can be implemented by sub-classes that wish to serialize FName instances. This instance.
Parameters
Name | Description |
---|---|
Value | The value to serialize. |