Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FCbPackage
Overloads
| Name |
Remarks |
Include Path |
Unreal Specifiers |
|
Set the root object without gathering attachments. |
Serialization/CompactBinaryPackage.h |
|
|
Set the root object and gather attachments using the resolver. |
Serialization/CompactBinaryPackage.h |
|
|
Set the root object without gathering attachments. |
Serialization/CompactBinaryPackage.h |
|
|
Set the root object and gather attachments using the resolver. |
Serialization/CompactBinaryPackage.h |
|
|
|
Serialization/CompactBinaryPackage.h |
|
SetObject(FCbObject)
Description
Set the root object without gathering attachments.
| |
|
| Name |
SetObject |
| Type |
function |
| Header File |
/Engine/Source/Runtime/Core/Public/Serialization/CompactBinaryPackage.h |
| Include Path |
#include "Serialization/CompactBinaryPackage.h" |
void SetObject
(
FCbObject InObject
)
Parameters
| Name |
Remarks |
| InObject |
The root object, which will be cloned unless it is owned. |
SetObject(FCbObject, FAttachmentResolver)
Description
Set the root object and gather attachments using the resolver.
| |
|
| Name |
SetObject |
| Type |
function |
| Header File |
/Engine/Source/Runtime/Core/Public/Serialization/CompactBinaryPackage.h |
| Include Path |
#include "Serialization/CompactBinaryPackage.h" |
void SetObject
(
FCbObject InObject,
FAttachmentResolver InResolver
)
Parameters
| Name |
Remarks |
| InObject |
The root object, which will be cloned unless it is owned. |
| InResolver |
A function that is invoked for every reference and binary reference field. |
SetObject(FCbObject, const FIoHash &)
Description
Set the root object without gathering attachments.
| |
|
| Name |
SetObject |
| Type |
function |
| Header File |
/Engine/Source/Runtime/Core/Public/Serialization/CompactBinaryPackage.h |
| Include Path |
#include "Serialization/CompactBinaryPackage.h" |
void SetObject
(
FCbObject InObject,
const FIoHash & InObjectHash
)
Parameters
| Name |
Remarks |
| InObject |
The root object, which will be cloned unless it is owned. |
| InObjectHash |
The hash of the object, which must match to avoid validation errors. |
SetObject(FCbObject, const FIoHash &, FAttachmentResolver)
Description
Set the root object and gather attachments using the resolver.
| |
|
| Name |
SetObject |
| Type |
function |
| Header File |
/Engine/Source/Runtime/Core/Public/Serialization/CompactBinaryPackage.h |
| Include Path |
#include "Serialization/CompactBinaryPackage.h" |
void SetObject
(
FCbObject InObject,
const FIoHash & InObjectHash,
FAttachmentResolver InResolver
)
Parameters
| Name |
Remarks |
| InObject |
The root object, which will be cloned unless it is owned. |
| InObjectHash |
The hash of the object, which must match to avoid validation errors. |
| InResolver |
A function that is invoked for every reference and binary reference field. |
SetObject(FCbObject, const FIoHash , FAttachmentResolver )
| |
|
| Name |
SetObject |
| Type |
function |
| Header File |
/Engine/Source/Runtime/Core/Public/Serialization/CompactBinaryPackage.h |
| Include Path |
#include "Serialization/CompactBinaryPackage.h" |
| Source |
/Engine/Source/Runtime/Core/Private/Serialization/CompactBinaryPackage.cpp |
void SetObject
(
FCbObject Object,
const FIoHash * Hash,
FAttachmentResolver * Resolver
)