Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Serialization > API/Runtime/Core/Serialization/TCbBuffer > API/Runtime/Core/Serialization/TCbBuffer/GetOuterBuffer
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Serialization/CompactBinary.h |
| Include | #include "Serialization/CompactBinary.h" |
const FSharedBuffer & GetOuterBuffer&40;&41; const
Remarks
Returns the outer buffer (if any) that contains this value.
The outer buffer might contain other data before and/or after this value. Use GetBuffer to request a buffer that exactly contains this value, or TryGetView for a contiguous view.