Navigation
API > API/Plugins > API/Plugins/ElectraBase > API/Plugins/ElectraBase/TDecoderOutputObjectPool
Description
Acquires an object from the pool. This returns either a new object or one that was used before and has been returned to the pool. The object will not be re-initialized by default. For this your managed object needs to implement the InitializePoolable()_ method. Likewise, for object members that should be freed before the object enters the pool for re-use, the object needs to implement the ShutdownPoolable()_ method.
| Name | AcquireShared |
| Type | function |
| Header File | /Engine/Plugins/Media/ElectraUtil/Source/ElectraBase/Public/MediaDecoderOutput.h |
| Include Path | #include "MediaDecoderOutput.h" |
TSharedRef < ObjectType, ESPMode::ThreadSafe > AcquireShared()