IPlatformFile::FDirectoryVisitor::Visit

Callback for a single file or a directory in a directory iteration.

Windows
MacOS
Linux

Override Hierarchy

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/GenericPlatform/GenericPlatformFile.h

Include

#include "GenericPlatform/GenericPlatformFile.h"

Syntax

bool Visit
(
    const TCHAR * FilenameOrDirectory,
    bool bIsDirectory
)

Remarks

Callback for a single file or a directory in a directory iteration.

Returns

true if the iteration should continue.

Parameters

Parameter

Description

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.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss