Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FCbAttachment
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Construct a null attachment. | Serialization/CompactBinaryPackage.h | ||
FCbAttachment
(
const FCbObject& InValue |
Construct an object attachment. Value is cloned if not owned. | Serialization/CompactBinaryPackage.h | |
FCbAttachment
(
FCbObject&& InValue |
Serialization/CompactBinaryPackage.h | ||
FCbAttachment
(
BufferType&& InValue |
Construct a raw binary attachment from a shared/composite buffer. Value is cloned if not owned. | Serialization/CompactBinaryPackage.h | |
FCbAttachment
(
const FCompressedBuffer& InValue |
Construct a compressed binary attachment. Value is cloned if not owned. | Serialization/CompactBinaryPackage.h | |
FCbAttachment
(
FCompressedBuffer&& InValue |
Serialization/CompactBinaryPackage.h | ||
FCbAttachment
(
TInPlaceType< FBinaryValue >, |
Serialization/CompactBinaryPackage.h | ||
FCbAttachment
(
const FCbObject& InValue, |
Serialization/CompactBinaryPackage.h | ||
FCbAttachment
(
FCbObject&& InValue, |
Serialization/CompactBinaryPackage.h | ||
FCbAttachment
(
BufferType&& InValue, |
Serialization/CompactBinaryPackage.h | ||
FCbAttachment
(
const FCompressedBuffer& InValue, |
Serialization/CompactBinaryPackage.h | ||
FCbAttachment
(
FCompressedBuffer&& InValue, |
Serialization/CompactBinaryPackage.h |
FCbAttachment()
Description
Construct a null attachment.
| Name | FCbAttachment |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Serialization/CompactBinaryPackage.h |
| Include Path | #include "Serialization/CompactBinaryPackage.h" |
FCbAttachment()
FCbAttachment(const FCbObject &)
Description
Construct an object attachment. Value is cloned if not owned.
| Name | FCbAttachment |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Serialization/CompactBinaryPackage.h |
| Include Path | #include "Serialization/CompactBinaryPackage.h" |
FCbAttachment
(
const FCbObject & InValue
)
FCbAttachment(FCbObject &&)
| Name | FCbAttachment |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Serialization/CompactBinaryPackage.h |
| Include Path | #include "Serialization/CompactBinaryPackage.h" |
FCbAttachment
(
FCbObject && InValue
)
FCbAttachment(BufferType &&)
Description
Construct a raw binary attachment from a shared/composite buffer. Value is cloned if not owned.
| Name | FCbAttachment |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Serialization/CompactBinaryPackage.h |
| Include Path | #include "Serialization/CompactBinaryPackage.h" |
template<typename BufferType, decltype< BufferType >.MakeOwned)) *>
FCbAttachment
(
BufferType && InValue
)
FCbAttachment(const FCompressedBuffer &)
Description
Construct a compressed binary attachment. Value is cloned if not owned.
| Name | FCbAttachment |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Serialization/CompactBinaryPackage.h |
| Include Path | #include "Serialization/CompactBinaryPackage.h" |
FCbAttachment
(
const FCompressedBuffer & InValue
)
FCbAttachment(FCompressedBuffer &&)
| Name | FCbAttachment |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Serialization/CompactBinaryPackage.h |
| Include Path | #include "Serialization/CompactBinaryPackage.h" |
FCbAttachment
(
FCompressedBuffer && InValue
)
FCbAttachment(TInPlaceType< FBinaryValue >, ArgTypes &&...)
| Name | FCbAttachment |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Serialization/CompactBinaryPackage.h |
| Include Path | #include "Serialization/CompactBinaryPackage.h" |
template<typename... ArgTypes, decltype< ArgTypes >...)) *>
FCbAttachment
(
TInPlaceType < FBinaryValue >,
ArgTypes &&... Args
)
FCbAttachment(const FCbObject &, const FIoHash &)
| Name | FCbAttachment |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Serialization/CompactBinaryPackage.h |
| Include Path | #include "Serialization/CompactBinaryPackage.h" |
FCbAttachment
(
const FCbObject & InValue,
const FIoHash & Hash
)
FCbAttachment(FCbObject &&, const FIoHash &)
| Name | FCbAttachment |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Serialization/CompactBinaryPackage.h |
| Include Path | #include "Serialization/CompactBinaryPackage.h" |
FCbAttachment
(
FCbObject && InValue,
const FIoHash & Hash
)
FCbAttachment(BufferType &&, const FIoHash &)
| Name | FCbAttachment |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Serialization/CompactBinaryPackage.h |
| Include Path | #include "Serialization/CompactBinaryPackage.h" |
template<typename BufferType, decltype< BufferType >.MakeOwned)) *>
FCbAttachment
(
BufferType && InValue,
const FIoHash & InHash
)
FCbAttachment(const FCompressedBuffer &, const FIoHash &)
| Name | FCbAttachment |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Serialization/CompactBinaryPackage.h |
| Include Path | #include "Serialization/CompactBinaryPackage.h" |
FCbAttachment
(
const FCompressedBuffer & InValue,
const FIoHash & Hash
)
FCbAttachment(FCompressedBuffer &&, const FIoHash &)
| Name | FCbAttachment |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Serialization/CompactBinaryPackage.h |
| Include Path | #include "Serialization/CompactBinaryPackage.h" |
FCbAttachment
(
FCompressedBuffer && InValue,
const FIoHash & Hash
)