Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Serialization > API/Runtime/Core/Serialization/ValidateCompactBinary
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 ValidateCompactBinary
(
const FCbField & Value,
ECbValidateMode Mode
)
Remarks
Validate the compact binary data for one value as specified by the mode flags.
Validation recurses into attachments, objects, arrays, and fields within the top-level value. None on success, otherwise the flags for the types of errors that were detected.