#include <IPlatformFileLogWrapper.h>
Definition at line 356 of file IPlatformFileLogWrapper.h.
 
◆ FLogVisitor()
◆ Visit()
  
  
      
        
          | virtual bool FLoggedPlatformFile::FLogVisitor::Visit  | 
          ( | 
          const TCHAR * |           FilenameOrDirectory,  | 
         
        
           | 
           | 
          bool |           bIsDirectory ) | 
         
       
   | 
  
inlineoverridevirtual   | 
  
 
Callback for a single file or a directory in a directory iteration. 
- Parameters
 - 
  
    | FilenameOrDirectory | If bIsDirectory is true, this is a directory (with no trailing path delimiter), otherwise it is a file name.  | 
    | bIsDirectory | true if FilenameOrDirectory is a directory.  | 
  
   
- Returns
 - true if the iteration should continue. 
 
Implements IPlatformFile::FDirectoryVisitor.
Definition at line 364 of file IPlatformFileLogWrapper.h.
 
 
◆ Visitor
The documentation for this class was generated from the following file: