Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Serialization > API/Runtime/Core/Serialization/FArchive > API/Runtime/Core/Serialization/FArchive/op_lshift
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. |