TMediaObjectPool::Acquire

Acquire an untracked object from the pool.

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

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss