TMediaObjectPool::Acquire

Acquire an untracked object from the pool.

Choose your operating system:

Windows

macOS

Linux

References

Module

MediaUtils

Header

/Engine/Source/Runtime/MediaUtils/Public/MediaObjectPool.h

Include

#include "MediaObjectPool.h"

Syntax

ObjectType * Acquire()

Remarks

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.

Returns

The object.

See Also

AcquireShared

AcquireUnique

Release

ToShared

ToUnique