Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Serialization
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Serialization/CompactBinaryValidation.h |
| Include | #include "Serialization/CompactBinaryValidation.h" |
| Source | /Engine/Source/Runtime/Core/Private/Serialization/CompactBinaryValidation.cpp |
ECbValidateError ValidateCompactBinaryAttachment
(
FMemoryView View,
ECbValidateMode Mode
)
Remarks
Validate the compact binary attachment pointed to by the view as specified by the mode flags.
The attachment is validated with ValidateCompactBinary by using the validation mode specified. Include ECbValidateMode::Package to validate the attachment format and hash. None on success, otherwise the flags for the types of errors that were detected.
Parameters
| Name | Description |
|---|---|
| View | A memory view containing a package. |
| Mode | A combination of the flags for the types of validation to perform. |