Navigation
API > API/Runtime > API/Runtime/Chaos > API/Runtime/Chaos/TPoolBackedItemAdapter
Description
Called when an item is added to the free list. Should perform work equivalent to a destructor but does not necessarily need to free up resources.
| Name | TrashItem |
| Type | function |
| Header File | /Engine/Source/Runtime/Experimental/Chaos/Public/Chaos/Framework/PoolBackedArray.h |
| Include Path | #include "Chaos/Framework/PoolBackedArray.h" |
static void TrashItem
(
T & Item
)