Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Serialization > API/Runtime/Core/Serialization/FCbAttachment > API/Runtime/Core/Serialization/FCbAttachment/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
(
FCbFieldIterator & Fields
)
Remarks
Load the attachment from compact binary as written by Save.
The attachment references the input iterator if it is owned, and otherwise clones the value.
The iterator is advanced as attachment fields are consumed from it.