Navigation
API > API/Developer > API/Developer/Horde > API/Developer/Horde/FSharedBufferView
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FSharedBufferView Slice
(
uint64 Offset |
SharedBufferView.h | ||
FSharedBufferView Slice
(
uint64 Offset, |
SharedBufferView.h |
Slice(uint64)
| Name | Slice |
| Type | function |
| Header File | /Engine/Source/Developer/Horde/Public/SharedBufferView.h |
| Include Path | #include "SharedBufferView.h" |
| Source | /Engine/Source/Developer/Horde/Private/SharedBufferView.cpp |
FSharedBufferView Slice
(
uint64 Offset
) const
Slice(uint64, uint64)
| Name | Slice |
| Type | function |
| Header File | /Engine/Source/Developer/Horde/Public/SharedBufferView.h |
| Include Path | #include "SharedBufferView.h" |
| Source | /Engine/Source/Developer/Horde/Private/SharedBufferView.cpp |
FSharedBufferView Slice
(
uint64 Offset,
uint64 Length
) const