TMediaObjectPool::Reset

Reset the pool and reserve a specified number of objects.

Windows
MacOS
Linux

References

Module

MediaUtils

Header

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

Include

#include "MediaObjectPool.h"

Syntax

void Reset
(
    uint32 NumObjects
)

Remarks

Reset the pool and reserve a specified number of objects.

Parameters

Parameter

Description

NumObjects

Number of objects to reserve (default = 0).

See Also

GetObject

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