Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FRenderAssetUpdate
Description
Allows the update to be decoupled from its UStreamableRenderAsset so it can be independently garbage collected. This is called when we query IsReadyForFinishDestroy on the UStreamableRenderAsset. Returns true if the asset update can handle being abandoned.
| Name | CanAbandon |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Public/RenderAssetUpdate.h |
| Include Path | #include "RenderAssetUpdate.h" |
virtual bool CanAbandon() const