IMediaPoolable::ShutdownPoolable

Called when the object added to the pool.

Choose your operating system:

Windows

macOS

Linux

Override Hierarchy

References

Module

MediaUtils

Header

/Engine/Source/Runtime/MediaUtils/Public/MediaObjectPool.h

Include

#include "MediaObjectPool.h"

Syntax

virtual void ShutdownPoolable()

Remarks

Called when the object added to the pool.

Override this method to clean up a poolable object when it is no longer used.

See Also