Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FIoBuffer > API/Runtime/Core/FIoBuffer/BufCore
Overloads
| Name |
Remarks |
Include Path |
Unreal Specifiers |
|
|
IO/IoBuffer.h |
|
|
|
IO/IoBuffer.h |
|
|
|
IO/IoBuffer.h |
|
BufCore
(
const uint8* InData,
uint64 InSize,
bool InOwnsMemory
)
|
|
IO/IoBuffer.h |
|
BufCore
(
const uint8* InData,
uint64 InSize,
const BufCore* InOuter
)
|
|
IO/IoBuffer.h |
|
|
|
IO/IoBuffer.h |
|
BufCore()
| |
|
| Name |
BufCore |
| Type |
function |
| Header File |
/Engine/Source/Runtime/Core/Public/IO/IoBuffer.h |
| Include Path |
#include "IO/IoBuffer.h" |
| Source |
/Engine/Source/Runtime/Core/Private/IO/IoBuffer.cpp |
BufCore()
BufCore(uint64)
| |
|
| Name |
BufCore |
| Type |
function |
| Header File |
/Engine/Source/Runtime/Core/Public/IO/IoBuffer.h |
| Include Path |
#include "IO/IoBuffer.h" |
| Source |
/Engine/Source/Runtime/Core/Private/IO/IoBuffer.cpp |
BufCore
(
uint64 InSize
)
BufCore(const BufCore &)
| |
|
| Name |
BufCore |
| Type |
function |
| Header File |
/Engine/Source/Runtime/Core/Public/IO/IoBuffer.h |
| Include Path |
#include "IO/IoBuffer.h" |
BufCore
(
const BufCore & Rhs
)
BufCore(const uint8 *, uint64, bool)
| |
|
| Name |
BufCore |
| Type |
function |
| Header File |
/Engine/Source/Runtime/Core/Public/IO/IoBuffer.h |
| Include Path |
#include "IO/IoBuffer.h" |
| Source |
/Engine/Source/Runtime/Core/Private/IO/IoBuffer.cpp |
BufCore
(
const uint8 * InData,
uint64 InSize,
bool InOwnsMemory
)
BufCore(const uint8 , uint64, const BufCore )
| |
|
| Name |
BufCore |
| Type |
function |
| Header File |
/Engine/Source/Runtime/Core/Public/IO/IoBuffer.h |
| Include Path |
#include "IO/IoBuffer.h" |
| Source |
/Engine/Source/Runtime/Core/Private/IO/IoBuffer.cpp |
BufCore
(
const uint8 * InData,
uint64 InSize,
const BufCore * InOuter
)
BufCore(ECloneTag, uint8 *, uint64)
| |
|
| Name |
BufCore |
| Type |
function |
| Header File |
/Engine/Source/Runtime/Core/Public/IO/IoBuffer.h |
| Include Path |
#include "IO/IoBuffer.h" |
| Source |
/Engine/Source/Runtime/Core/Private/IO/IoBuffer.cpp |
BufCore
(
ECloneTag ,
uint8 * InData,
uint64 InSize
)