TLocalFileAsyncGraphTask

Windows
MacOS
Linux

Inheritance Hierarchy

FAsyncGraphTaskBase

TLocalFileAsyncGraphTask

References

Module

LocalFileNetworkReplayStreaming

Header

/Engine/Source/Runtime/NetworkReplayStreaming/LocalFileNetworkReplayStreaming/Public/LocalFileNetworkReplayStreaming.h

Include

#include "LocalFileNetworkReplayStreaming.h"

Syntax

template<typename ResultType>
class TLocalFileAsyncGraphTask : public FAsyncGraphTaskBase

Constructors

Name Description

Public function

TLocalFileAsyncGraphTask

(
    TFunction< ResultType()>&& InFunct...,
    TPromise< ResultType >&& InPromise
)

Functions

Name Description

Public function

void

 

DoTask

(
    ENamedThreads::Type CurrentThread,
    const FGraphEventRef& MyCompletion...
)

Public function

ENamedThread...

 

GetDesiredThread()

Public function

TFuture< Res...

 

GetFuture()

Public function Const

TStatId

 

GetStatId()

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss