Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Serialization > API/Runtime/Core/Serialization/LoadFromCompactBinary
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Serialization/CompactBinarySerialization.h |
| Include | #include "Serialization/CompactBinarySerialization.h" |
| Source | /Engine/Source/Runtime/Core/Private/Serialization/CompactBinarySerialization.cpp |
bool LoadFromCompactBinary
(
FCbFieldView Field,
FUtf8StringBuilderBase & OutValue
)
Remarks
LoadFromCompactBinary attempts to load the output value from compact binary.
Implementations of LoadCompactBinary are expected to assign the output even on failure. Implementations may accept an optional default value to assign in case of load failure. true if required fields had the values with the correct type and range, otherwise false.