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" |
| Source | /Engine/Source/Runtime/CoreUObject/Private/Serialization/EditorBulkData.cpp |
void CreateFromBulkData
(
FBulkData & BulkData,
const FGuid & Guid,
UObject * Owner
)
Remarks
Convenience method to make it easier to convert from FBulkData to FEditorBulkData and sets the Guid
Parameters
| Name | Description |
|---|---|
| BulkData | The bulkdata object to create from. |
| Guid | A guid associated with the bulkdata object which will be used to identify the payload. This MUST remain the same between sessions so that the payloads key remains consistent! |