Navigation
Unreal Engine C++ API Reference > Runtime > Core > Serialization > FArchive > operator<<
References
Module | Core |
Header | /Engine/Source/Runtime/Core/Public/Serialization/Archive.h |
Include | #include "Serialization/Archive.h" |
template<class T>
FArchive & operator<<
&40;
TCheckedObjPtr< T > & Value
&41;
Remarks
Serializes a UObject wrapped in a TCheckedObjPtr container, using the above operator, and verifies the serialized object is derived from the correct base class, to prevent illegal casting. This instance.
Parameters
Name | Description |
---|---|
Value | The value to serialize. |