Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/TResourcePool
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Public/ResourcePool.h |
| Include | #include "ResourcePool.h" |
void DrainPool
(
bool bForceDrainAll
)
Remarks
Drain the pool of freed resources that need to be culled or prepared for reuse.
Parameters
| Name | Description |
|---|---|
| bForceDrainAll | Clear the pool of all free resources, rather than obeying the policy |