Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Serialization > API/Runtime/Core/Serialization/FCbPackage
Type
typedef TFunctionRef< FSharedBuffer(const FIoHash &Hash)> FAttachmentResolver
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Serialization/CompactBinaryPackage.h |
| Include | #include "Serialization/CompactBinaryPackage.h" |
Remarks
A function that resolves a hash to a buffer containing the data matching that hash.
The resolver may return a null buffer to skip resolving an attachment for the hash.