Navigation
API > API/Runtime > API/Runtime/ChaosCore > API/Runtime/ChaosCore/Chaos
References
| Module | ChaosCore |
| Header | /Engine/Source/Runtime/Experimental/ChaosCore/Public/Chaos/ObjectPool.h |
| Include | #include "Chaos/ObjectPool.h" |
Syntax
template<typename ObjectPoolType>
class TObjectPoolDeleter
Remarks
A deleter for use with TUniquePtr and a TObjectPool item
Constructors
| Type | Name | Description | |
|---|---|---|---|
TObjectPoolDeleter
(
FObjectPool& InPool |
Operators
| Type | Name | Description | |
|---|---|---|---|
| void | operator()
(
FObject* Object |
Typedefs
| Name | Description |
|---|---|
| FObject | |
| FObjectPool |