Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Source/Runtime/MediaUtils/Public/MediaObjectPool.h |
Include |
#include "MediaObjectPool.h" |
ObjectType * Acquire()
Acquire an untracked object from the pool.
Use the Release method to return the object to the pool. You can use the ToShared and ToUnique methods to convert this object to a tracked shared object later if desired.
The object.