Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Serialization > API/Runtime/Core/Serialization/FCbPackage > API/Runtime/Core/Serialization/FCbPackage/TryLoad
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Serialization/CompactBinaryPackage.h |
| Include | #include "Serialization/CompactBinaryPackage.h" |
| Source | /Engine/Source/Runtime/Core/Private/Serialization/CompactBinaryPackage.cpp |
bool TryLoad
&40;
FCbFieldIterator & Fields
&41;
Remarks
Load the object and attachments from compact binary as written by Save.
The object and attachments reference the input iterator, if it is owned, and otherwise clones the object and attachments individually to make owned copies.
The iterator is advanced as object and attachment fields are consumed from it.