Navigation
API > API/Plugins > API/Plugins/ElectraBase > API/Plugins/ElectraBase/TDecoderOutputObjectPool
Deleter for pooled objects.
| Name | TObjectDeleter |
| Type | class |
| Header File | /Engine/Plugins/Media/ElectraUtil/Source/ElectraBase/Public/MediaDecoderOutput.h |
| Include Path | #include "MediaDecoderOutput.h" |
Syntax
class TObjectDeleter
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TObjectDeleter
(
const TSharedPtr< TObjectPool< ObjectFactory >, ESPMode::ThreadSafe >& InOwningPool |
Create and initialize a new instance. | MediaDecoderOutput.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| OwningPool | TWeakPtr< TObjectPool< ObjectFactory >, ESPMode::ThreadSafe > | Weak pointer to the owning object pool. | MediaDecoderOutput.h |
Functions
Public
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void operator()
(
ObjectType* ObjectToDelete |
Function operator to execute deleter. | MediaDecoderOutput.h |