Navigation
Unreal Engine C++ API Reference > 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() 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.