UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
UE::Tasks::TaskConcurrencyLimiter_Private::FPimpl Class Reference

#include <TaskConcurrencyLimiter.h>

+ Inheritance diagram for UE::Tasks::TaskConcurrencyLimiter_Private::FPimpl:

Public Member Functions

 FPimpl (uint32 InMaxConcurrency, ETaskPriority InTaskPriority)
 
CORE_API ~FPimpl ()
 
template<typename TaskFunctionType >
void Push (const TCHAR *DebugName, TaskFunctionType &&TaskFunction)
 
bool CORE_API Wait (FTimespan Timeout)
 
- Public Member Functions inherited from TSharedFromThis< FPimpl >
TSharedRef< FPimpl, Mode > AsShared ()
 
TSharedRef< FPimpl const, Mode > AsShared () const
 
TSharedRef< SubobjectType, Mode > AsSharedSubobject (SubobjectType *SubobjectPtr) const
 
TWeakPtr< FPimpl, Mode > AsWeak ()
 
TWeakPtr< FPimpl const, Mode > AsWeak () const
 
TWeakPtr< SubobjectType, Mode > AsWeakSubobject (SubobjectType *SubobjectPtr) const
 
void UpdateWeakReferenceInternal (TSharedPtr< SharedPtrType, SharedPtrMode > const *InSharedPtr, OtherType *InObject) const
 
void UpdateWeakReferenceInternal (TSharedRef< SharedRefType, SharedPtrMode > const *InSharedRef, OtherType *InObject) const
 
UE_FORCEINLINE_HINT bool DoesSharedInstanceExist () const
 

Additional Inherited Members

- Protected Member Functions inherited from TSharedFromThis< FPimpl >
 TSharedFromThis ()
 
 TSharedFromThis (TSharedFromThis const &)
 
UE_FORCEINLINE_HINT TSharedFromThisoperator= (TSharedFromThis const &)
 
 ~TSharedFromThis ()
 
- Static Protected Member Functions inherited from TSharedFromThis< FPimpl >
static UE_FORCEINLINE_HINT TSharedRef< OtherType, Mode > SharedThis (OtherType *ThisPtr)
 
static UE_FORCEINLINE_HINT TSharedRef< OtherType const, Mode > SharedThis (const OtherType *ThisPtr)
 

Constructor & Destructor Documentation

◆ FPimpl()

UE::Tasks::TaskConcurrencyLimiter_Private::FPimpl::FPimpl ( uint32  InMaxConcurrency,
ETaskPriority  InTaskPriority 
)
inlineexplicit

◆ ~FPimpl()

UE::Tasks::TaskConcurrencyLimiter_Private::FPimpl::~FPimpl ( )

Member Function Documentation

◆ Push()

template<typename TaskFunctionType >
void UE::Tasks::TaskConcurrencyLimiter_Private::FPimpl::Push ( const TCHAR DebugName,
TaskFunctionType &&  TaskFunction 
)
inline

◆ Wait()

bool UE::Tasks::TaskConcurrencyLimiter_Private::FPimpl::Wait ( FTimespan  Timeout)

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