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

#include <LocalFileNetworkReplayStreaming.h>

+ Inheritance diagram for TLocalFileAsyncGraphTask< ResultType >:

Public Member Functions

 TLocalFileAsyncGraphTask (TFunction< ResultType()> &&InFunction, TPromise< ResultType > &&InPromise)
 
void DoTask (ENamedThreads::Type CurrentThread, const FGraphEventRef &MyCompletionGraphEvent)
 
ENamedThreads::Type GetDesiredThread ()
 
TStatId GetStatId () const
 
TFuture< ResultType > GetFuture ()
 
- Public Member Functions inherited from FAsyncGraphTaskBase
TStatId GetStatId () const
 

Additional Inherited Members

- Static Public Member Functions inherited from FAsyncGraphTaskBase
static ESubsequentsMode::Type GetSubsequentsMode ()
 

Constructor & Destructor Documentation

◆ TLocalFileAsyncGraphTask()

template<typename ResultType >
TLocalFileAsyncGraphTask< ResultType >::TLocalFileAsyncGraphTask ( TFunction< ResultType()> &&  InFunction,
TPromise< ResultType > &&  InPromise 
)
inline

Member Function Documentation

◆ DoTask()

template<typename ResultType >
void TLocalFileAsyncGraphTask< ResultType >::DoTask ( ENamedThreads::Type  CurrentThread,
const FGraphEventRef MyCompletionGraphEvent 
)
inline

◆ GetDesiredThread()

template<typename ResultType >
ENamedThreads::Type TLocalFileAsyncGraphTask< ResultType >::GetDesiredThread ( )
inline

◆ GetFuture()

template<typename ResultType >
TFuture< ResultType > TLocalFileAsyncGraphTask< ResultType >::GetFuture ( )
inline

◆ GetStatId()

template<typename ResultType >
TStatId TLocalFileAsyncGraphTask< ResultType >::GetStatId ( ) const
inline

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