Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/FEditorBulkData
Description
Update the Owner of this BulkData in the BulkDataRegistry to include the Owner information. Has no effect if the BulkData is not valid for registration. The Owner information is lost and this function must be called again if the BulkData's payload information is modified.
| Name | UpdateRegistrationOwner |
| Type | function |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/Serialization/EditorBulkData.h |
| Include Path | #include "Serialization/EditorBulkData.h" |
| Source | /Engine/Source/Runtime/CoreUObject/Private/Serialization/EditorBulkData.cpp |
void UpdateRegistrationOwner
(
UObject * Owner
)