IMediaPoolable::InitializePoolable

Called when the object is removed from the pool.

Choose your operating system:

Windows

macOS

Linux

Override Hierarchy

IMediaPoolable::InitializePoolable()

FElectraTextureSampleUnix::InitializePoolable()

References

Module

MediaUtils

Header

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

Include

#include "MediaObjectPool.h"

Syntax

virtual void InitializePoolable()

Remarks

Called when the object is removed from the pool.

Override this method to initialize a poolable object before it is being reused.

See Also