Navigation
API > API/Runtime > API/Runtime/Core
Visitor to gather local files with their timestamps.
| Name | FLocalTimestampDirectoryVisitor |
| Type | class |
| Header File | /Engine/Source/Runtime/Core/Public/Misc/LocalTimestampDirectoryVisitor.h |
| Include Path | #include "Misc/LocalTimestampDirectoryVisitor.h" |
Syntax
class FLocalTimestampDirectoryVisitor : public IPlatformFile::FDirectoryVisitor
Implements Interfaces
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FLocalTimestampDirectoryVisitor
(
IPlatformFile& InFileInterface, |
Creates and initializes a new instance. | Misc/LocalTimestampDirectoryVisitor.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~FLocalTimestampDirectoryVisitor() |
Misc/LocalTimestampDirectoryVisitor.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| FileTimes | TMap< FString, FDateTime > | Relative paths to local files and their timestamps. | Misc/LocalTimestampDirectoryVisitor.h |
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bCacheDirectories | bool | True if we want directories in this list. */ | Misc/LocalTimestampDirectoryVisitor.h | |
| bMakeLowerCase | bool | True if all filenames and directories should be lower cased. */ | Misc/LocalTimestampDirectoryVisitor.h | |
| DirectoriesToIgnore | TArray< FString > | Holds a list of directories that we should not traverse into. */. | Misc/LocalTimestampDirectoryVisitor.h | |
| DirectoriesToNotRecurse | TArray< FString > | Holds a list of directories that we should only go one level into. */. | Misc/LocalTimestampDirectoryVisitor.h | |
| FileInterface | IPlatformFile & | Holds the file interface to use for any file operations. */. | Misc/LocalTimestampDirectoryVisitor.h |
Functions
Public
Overridden from FDirectoryVisitor
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual bool Visit
(
const TCHAR* FilenameOrDirectory, |
Callback for a single file or a directory in a directory iteration. | Misc/LocalTimestampDirectoryVisitor.h |