Navigation
API > API/Runtime > API/Runtime/ChaosCore > API/Runtime/ChaosCore/Chaos
Type
typedef std::enable_if_t<!std::is_trivially_destructible_v< T > > TRequiresDestructor
References
| Module | ChaosCore |
| Header | /Engine/Source/Runtime/Experimental/ChaosCore/Public/Chaos/ObjectPool.h |
| Include | #include "Chaos/ObjectPool.h" |
Remarks
The type needs to have a destructor run when the pool pointer is freed.