Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Source/Runtime/MediaUtils/Public/MediaObjectPool.h |
Include |
#include "MediaObjectPool.h" |
TSharedRef< ObjectType, ESPMode::ThreadSafe > AcquireShared()
Acquire a shared object from the pool.
Shared objects do not need to be returned to the pool. They'll be reclaimed automatically when their reference count goes to zero.
The shared object.