Navigation
API > API/Developer > API/Developer/DirectoryWatcher
| Name | IAsyncFileCacheTask |
| Type | struct |
| Header File | /Engine/Source/Developer/DirectoryWatcher/Public/FileCache.h |
| Include Path | #include "FileCache.h" |
Syntax
struct IAsyncFileCacheTask : public TSharedFromThis< IAsyncFileCacheTask, ESPMode::ThreadSafe >
Inheritance Hierarchy
- TSharedFromThis< IAsyncFileCacheTask, ESPMode::ThreadSafe > → IAsyncFileCacheTask
Derived Classes
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
IAsyncFileCacheTask() |
FileCache.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~IAsyncFileCacheTask() |
FileCache.h |
Enums
Public
| Name | Remarks |
|---|---|
| EProgressResult |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
double GetAge() |
Get the age of this task in seconds | FileCache.h | |
bool IsComplete() |
Check whether this task is complete. Must be implemented in a thread-safe manner. | FileCache.h | |
EProgressResult Tick
(
const FTimeLimit& TimeLimit |
Tick this task. Only to be called on the task thread. | FileCache.h |