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 DetachFromDisk
&40;
FArchive &42; Ar,
bool bEnsurePayloadIsLoaded
&41;
Remarks
Removes the ability for the bulkdata object to load it's payload from disk (if it was doing so)
Parameters
| Name | Description |
|---|---|
| Ar | The archive that the bulkdata is being detached from. This should match AttachedAr. |
| bEnsurePayloadIsLoaded | If true and the bulkdata currently is storing it's payload as a package on disk then the payload should be loaded into memory so that it can be accessed in the future. If false then the payload is not important and does not need to be loaded. |