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 TearOff&40;&41;
Remarks
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.