Navigation
Unreal Engine C++ API Reference > Runtime > MediaUtils > TMediaObjectPool
References
Module | MediaUtils |
Header | /Engine/Source/Runtime/MediaUtils/Public/MediaObjectPool.h |
Include | #include "MediaObjectPool.h" |
TSharedRef< ObjectType, ESPMode::ThreadSafe > ToShared
&40;
ObjectType &42; Object
&41;
Remarks
Convert an object to a shared pooled object. The shared object.
Parameters
Name | Description |
---|---|
Object | The object to convert. |
See Also
ToUnique