Navigation
API > API/Developer > API/Developer/DirectoryWatcher > API/Developer/DirectoryWatcher/FTimeLimit
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FTimeLimit () |
Constructor specifying that we should never bail out early | FileCacheUtilities.h | |
FTimeLimit
(
float NumSeconds |
Constructor specifying not to run over the specified number of seconds | FileCacheUtilities.h |
FTimeLimit()
Description
Constructor specifying that we should never bail out early
| Name | FTimeLimit |
| Type | function |
| Header File | /Engine/Source/Developer/DirectoryWatcher/Public/FileCacheUtilities.h |
| Include Path | #include "FileCacheUtilities.h" |
FTimeLimit()
FTimeLimit(float)
Description
Constructor specifying not to run over the specified number of seconds
| Name | FTimeLimit |
| Type | function |
| Header File | /Engine/Source/Developer/DirectoryWatcher/Public/FileCacheUtilities.h |
| Include Path | #include "FileCacheUtilities.h" |
FTimeLimit
(
float NumSeconds
)