Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/FEditorBulkData
Description
Set this BulkData into Torn-Off mode. It will no longer register with the BulkDataRegistry, even if copied from another BulkData, and it will pass on this flag to any BulkData copied/moved from it. Use Reset() to remove this state. Torn-off BulkDatas share the guid with the BulkData they copy from.
| Name | TearOff |
| 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 TearOff()