Navigation
API > API/Runtime > API/Runtime/ChaosCore
A deleter for use with TUniquePtr and a TObjectPool item
| |
|
| Name |
TObjectPoolDeleter |
| Type |
class |
| Header File |
/Engine/Source/Runtime/Experimental/ChaosCore/Public/Chaos/ObjectPool.h |
| Include Path |
#include "Chaos/ObjectPool.h" |
Syntax
template<typename ObjectPoolType>
class TObjectPoolDeleter
Constructors
Typedefs
| Name |
Type |
Remarks |
Include Path |
| FObject |
typename FObjectPool::FObject |
|
Chaos/ObjectPool.h |
| FObjectPool |
ObjectPoolType |
|
Chaos/ObjectPool.h |
Variables
Protected
| Name |
Type |
Remarks |
Include Path |
Unreal Specifiers |
| Pool |
FObjectPool * |
|
Chaos/ObjectPool.h |
|
Functions
Public
Operators
| Name |
Remarks |
Include Path |
Unreal Specifiers |
void operator()
(
FObject* Object
)
|
|
Chaos/ObjectPool.h |
|