![]() |
Ark Server API (ASA) - Wiki
|
#include <GenericPlatformFile.h>
Inheritance diagram for IPlatformFile::FDirectoryStatVisitor:Public Member Functions | |
| virtual | ~FDirectoryStatVisitor () |
| virtual bool | Visit (const TCHAR *FilenameOrDirectory, const FFileStatData &StatData)=0 |
Base class for file and directory visitors that take all the stat data.
Definition at line 384 of file GenericPlatformFile.h.
|
inlinevirtual |
Definition at line 387 of file GenericPlatformFile.h.
|
pure virtual |
Callback for a single file or a directory in a directory iteration.
| FilenameOrDirectory | If bIsDirectory is true, this is a directory (with no trailing path delimiter), otherwise it is a file name. |
| StatData | The stat data for the file or directory. |
Implemented in FLoggedPlatformFile::FLogStatVisitor.
Here is the caller graph for this function: