Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Source/Runtime/MediaUtils/Public/MediaObjectPool.h |
Include |
#include "MediaObjectPool.h" |
TSharedRef< ObjectType, ESPMode::ThreadSafe > ToShared
(
ObjectType * Object
)
Convert an object to a shared pooled object.
The shared object.
Parameter |
Description |
---|---|
Object |
The object to convert. |
ToUnique