Navigation
Unreal Engine C++ API Reference > Developer > DirectoryWatcher
Inheritance Hierarchy
- TSharedFromThis
- IAsyncFileCacheTask
- FAsyncDirectoryReader
- FAsyncFileHasher
References
Module | DirectoryWatcher |
Header | /Engine/Source/Developer/DirectoryWatcher/Public/FileCache.h |
Include | #include "FileCache.h" |
Syntax
struct IAsyncFileCacheTask : public TSharedFromThis< IAsyncFileCacheTask, ESPMode::ThreadSafe >
Variables
Type | Name | Description | |
---|---|---|---|
![]() |
double | StartTime | The time this task started |
Constructors
Type | Name | Description | |
---|---|---|---|
![]() |
Destructors
Type | Name | Description | |
---|---|---|---|
![]() ![]() |
Functions
Type | Name | Description | |
---|---|---|---|
![]() ![]() |
double | GetAge () |
Get the age of this task in seconds |
![]() ![]() |
bool | IsComplete () |
Check whether this task is complete. Must be implemented in a thread-safe manner. |
![]() |
EProgressResult | Tick
(
const FTimeLimit& TimeLimit |
Tick this task. Only to be called on the task thread. |
Enums
Type | Name | Description | |
---|---|---|---|
![]() |
EProgressResult |