Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FCompositeBuffer
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static int32 GetBufferCount
(
const FCompositeBuffer& Buffer |
Memory/CompositeBuffer.h | ||
static int32 GetBufferCount
(
const FSharedBuffer& Buffer |
Memory/CompositeBuffer.h | ||
static int32 GetBufferCount
(
BufferType&& Buffer |
Memory/CompositeBuffer.h |
GetBufferCount(const FCompositeBuffer &)
| Name | GetBufferCount |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Memory/CompositeBuffer.h |
| Include Path | #include "Memory/CompositeBuffer.h" |
static int32 GetBufferCount
(
const FCompositeBuffer & Buffer
)
GetBufferCount(const FSharedBuffer &)
| Name | GetBufferCount |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Memory/CompositeBuffer.h |
| Include Path | #include "Memory/CompositeBuffer.h" |
static int32 GetBufferCount
(
const FSharedBuffer & Buffer
)
GetBufferCount(BufferType &&)
| Name | GetBufferCount |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Memory/CompositeBuffer.h |
| Include Path | #include "Memory/CompositeBuffer.h" |
template<typename BufferType, decltype< FSharedBuffer > >.Append)) *>
static int32 GetBufferCount
(
BufferType && Buffer
)