UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
TGenericQueuedLocalFileRequest< StorageType > Class Template Reference

#include <LocalFileNetworkReplayStreaming.h>

+ Inheritance diagram for TGenericQueuedLocalFileRequest< StorageType >:

Public Member Functions

 TGenericQueuedLocalFileRequest (const TSharedPtr< FLocalFileNetworkReplayStreamer > &InStreamer, EQueuedLocalFileRequestType::Type InType, TFunction< void(StorageType &)> &&InFunction, TFunction< void(StorageType &)> &&InCompletionCallback)
 
virtual void IssueRequest () override
 
virtual void FinishRequest () override
 
- Public Member Functions inherited from FQueuedLocalFileRequest
 FQueuedLocalFileRequest (const TSharedPtr< FLocalFileNetworkReplayStreamer > &InStreamer, EQueuedLocalFileRequestType::Type InType)
 
virtual ~FQueuedLocalFileRequest ()
 
EQueuedLocalFileRequestType::Type GetRequestType () const
 
virtual bool GetCachedRequest ()
 
void CancelRequest ()
 
- Public Member Functions inherited from TSharedFromThis< TGenericQueuedLocalFileRequest< StorageType >, ESPMode::ThreadSafe >
TSharedRef< TGenericQueuedLocalFileRequest< StorageType >, Mode > AsShared ()
 
TSharedRef< TGenericQueuedLocalFileRequest< StorageType > const, Mode > AsShared () const
 
TSharedRef< SubobjectType, Mode > AsSharedSubobject (SubobjectType *SubobjectPtr) const
 
TWeakPtr< TGenericQueuedLocalFileRequest< StorageType >, Mode > AsWeak ()
 
TWeakPtr< TGenericQueuedLocalFileRequest< StorageType > 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
 

Public Attributes

StorageType Storage
 

Protected Attributes

TFunction< void(StorageType &)> RequestFunction
 
TFunction< void(StorageType &)> CompletionCallback
 
- Protected Attributes inherited from FQueuedLocalFileRequest
TSharedPtr< FLocalFileNetworkReplayStreamerStreamer
 
EQueuedLocalFileRequestType::Type RequestType
 
FThreadSafeBool bCancelled
 

Additional Inherited Members

- Protected Member Functions inherited from TSharedFromThis< TGenericQueuedLocalFileRequest< StorageType >, ESPMode::ThreadSafe >
 TSharedFromThis ()
 
 TSharedFromThis (TSharedFromThis const &)
 
UE_FORCEINLINE_HINT TSharedFromThisoperator= (TSharedFromThis const &)
 
 ~TSharedFromThis ()
 
- Static Protected Member Functions inherited from TSharedFromThis< TGenericQueuedLocalFileRequest< StorageType >, ESPMode::ThreadSafe >
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

◆ TGenericQueuedLocalFileRequest()

template<typename StorageType >
TGenericQueuedLocalFileRequest< StorageType >::TGenericQueuedLocalFileRequest ( const TSharedPtr< FLocalFileNetworkReplayStreamer > &  InStreamer,
EQueuedLocalFileRequestType::Type  InType,
TFunction< void(StorageType &)> &&  InFunction,
TFunction< void(StorageType &)> &&  InCompletionCallback 
)
inline

Member Function Documentation

◆ FinishRequest()

template<typename StorageType >
virtual void TGenericQueuedLocalFileRequest< StorageType >::FinishRequest ( )
inlineoverridevirtual

◆ IssueRequest()

template<typename StorageType >
virtual void TGenericQueuedLocalFileRequest< StorageType >::IssueRequest ( )
inlineoverridevirtual

Member Data Documentation

◆ CompletionCallback

template<typename StorageType >
TFunction<void(StorageType&)> TGenericQueuedLocalFileRequest< StorageType >::CompletionCallback
protected

◆ RequestFunction

template<typename StorageType >
TFunction<void(StorageType&)> TGenericQueuedLocalFileRequest< StorageType >::RequestFunction
protected

◆ Storage

template<typename StorageType >
StorageType TGenericQueuedLocalFileRequest< StorageType >::Storage

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