Navigation
API > API/Plugins > API/Plugins/OptimusCore
Inheritance Hierarchy
- FArchiveState
- FArchive
- FMemoryArchive
- FObjectReader
- FBinaryObjectReader
References
Module | OptimusCore |
Header | /Engine/Plugins/Animation/DeformerGraph/Source/OptimusCore/Public/OptimusHelpers.h |
Include | #include "OptimusHelpers.h" |
Syntax
class FBinaryObjectReader : public FObjectReader
Remarks
A small helper class to enable binary reads on an archive, since the FObjectReader::Serialize(TArray
Constructors
Type | Name | Description | |
---|---|---|---|
![]() |
FBinaryObjectReader
(
UObject* Obj, |
FIXME: The constructor is broken. It only needs a const ref. |