Navigation
Unreal Engine C++ API Reference > Developer > DirectoryWatcher
References
Module | DirectoryWatcher |
Header | /Engine/Source/Developer/DirectoryWatcher/Public/FileCacheUtilities.h |
Include | #include "FileCacheUtilities.h" |
Syntax
struct FTimeLimit
Remarks
A time limit that counts down from the time of construction, until it hits a given delay
Constructors
Type | Name | Description |
---|---|---|
FTimeLimit () | Constructor specifying that we should never bail out early | |
FTimeLimit ( float NumSeconds ) | Constructor specifying not to run over the specified number of seconds |