UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
UE::GC::FContextPoolScope Class Reference

Public Member Functions

 FContextPoolScope ()
 
FWorkerContextAllocateFromPool ()
 
void ReturnToPool (FWorkerContext *Context)
 
TConstArrayView< TUniquePtr< FWorkerContext > > PeekFree ()
 
void Cleanup ()
 
int32 NumAllocated () const
 

Constructor & Destructor Documentation

◆ FContextPoolScope()

UE::GC::FContextPoolScope::FContextPoolScope ( )
inline

Member Function Documentation

◆ AllocateFromPool()

FWorkerContext * UE::GC::FContextPoolScope::AllocateFromPool ( )

◆ Cleanup()

void UE::GC::FContextPoolScope::Cleanup ( )

◆ NumAllocated()

int32 UE::GC::FContextPoolScope::NumAllocated ( ) const
inline

◆ PeekFree()

TConstArrayView< TUniquePtr< FWorkerContext > > UE::GC::FContextPoolScope::PeekFree ( )
inline

◆ ReturnToPool()

void UE::GC::FContextPoolScope::ReturnToPool ( FWorkerContext Context)

The documentation for this class was generated from the following file: