Navigation
API > API/Runtime > API/Runtime/LocalFileNetworkReplayStreaming
Inheritance Hierarchy
- FQueuedLocalFileRequest
- TSharedFromThis
- TGenericQueuedLocalFileRequest
- TGenericCachedLocalFileRequest
References
| Module | LocalFileNetworkReplayStreaming |
| Header | /Engine/Source/Runtime/NetworkReplayStreaming/LocalFileNetworkReplayStreaming/Public/LocalFileNetworkReplayStreaming.h |
| Include | #include "LocalFileNetworkReplayStreaming.h" |
Syntax
template<typename StorageType>
class TGenericQueuedLocalFileRequest :
public FQueuedLocalFileRequest,
public TSharedFromThis< TGenericQueuedLocalFileRequest< StorageType >, ESPMode::ThreadSafe >
Variables
| Type | Name | Description | |
|---|---|---|---|
| TFunction< void(StorageType &)> | CompletionCallback | ||
| TFunction< void(StorageType &)> | RequestFunction | ||
| StorageType | Storage |
Constructors
| Type | Name | Description | |
|---|---|---|---|
TGenericQueuedLocalFileRequest
(
const TSharedPtr< FLocalFileNetworkReplayStreamer >& InStreamer, |
Overridden from FQueuedLocalFileRequest
| Type | Name | Description | |
|---|---|---|---|
| void | |||
| void | IssueRequest () |