Navigation
API > API/Runtime > API/Runtime/LocalFileNetworkReplayStreaming
| Name | TLocalFileAsyncGraphTask |
| Type | class |
| Header File | /Engine/Source/Runtime/NetworkReplayStreaming/LocalFileNetworkReplayStreaming/Public/LocalFileNetworkReplayStreaming.h |
| Include Path | #include "LocalFileNetworkReplayStreaming.h" |
Syntax
template<typename ResultType>
class TLocalFileAsyncGraphTask : public FAsyncGraphTaskBase
Inheritance Hierarchy
- FAsyncGraphTaskBase → TLocalFileAsyncGraphTask
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TLocalFileAsyncGraphTask
(
TFunction< ResultType()>&& InFunction, |
LocalFileNetworkReplayStreaming.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Function | TFunction< ResultType()> | LocalFileNetworkReplayStreaming.h | ||
| Promise | TPromise< ResultType > | LocalFileNetworkReplayStreaming.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void DoTask
(
ENamedThreads::Type CurrentThread, |
LocalFileNetworkReplayStreaming.h | ||
ENamedThreads::Type GetDesiredThread() |
LocalFileNetworkReplayStreaming.h | ||
TFuture< ResultType > GetFuture() |
LocalFileNetworkReplayStreaming.h | ||
TStatId GetStatId() |
LocalFileNetworkReplayStreaming.h |