Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/TCbBuffer
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
const FSharedBuffer & GetOuterBuffer () |
Returns the outer buffer (if any) that contains this value. | Serialization/CompactBinary.h | |
| Serialization/CompactBinary.h |
GetOuterBuffer()
Description
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.
| Name | GetOuterBuffer |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Serialization/CompactBinary.h |
| Include Path | #include "Serialization/CompactBinary.h" |
const FSharedBuffer & GetOuterBuffer() const
GetOuterBuffer()
| Name | GetOuterBuffer |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Serialization/CompactBinary.h |
| Include Path | #include "Serialization/CompactBinary.h" |
FSharedBuffer GetOuterBuffer()