Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/Serialization > API/Runtime/CoreUObject/Serialization/FEditorBulkData
References
| Module | CoreUObject |
| Header | /Engine/Source/Runtime/CoreUObject/Public/Serialization/EditorBulkData.h |
| Include | #include "Serialization/EditorBulkData.h" |
Syntax
struct FSharedBufferWithID
Remarks
Utility struct used to compute the Payload ID before calling UpdatePayload
Constructors
| Type | Name | Description | |
|---|---|---|---|
FSharedBufferWithID
(
FSharedBuffer InPayload |
|||
FSharedBufferWithID
(
const FSharedBufferWithID& |
Functions
| Type | Name | Description | |
|---|---|---|---|
| FSharedBuffer | GetPayload () |
Operators
| Type | Name | Description | |
|---|---|---|---|
| FSharedBufferWithID & | operator=
(
FSharedBufferWithID&& |
||
| FSharedBufferWithID & | operator=
(
const FSharedBufferWithID& |