UStreamableRenderAsset::BeginDestroy

Called before destroying the object.

Choose your operating system:

Windows

macOS

Linux

Override Hierarchy

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Engine/StreamableRenderAsset.h

Include

#include "Engine/StreamableRenderAsset.h"

Source

/Engine/Source/Runtime/Engine/Private/StreamableRenderAsset.cpp

Syntax

virtual void BeginDestroy()

Remarks

Called before destroying the object. This is called immediately upon deciding to destroy the object, to allow the object to begin an asynchronous cleanup process.