FSandboxPlatformFile::IterateDirectoryStatRecursively

Call the Visit function of the visitor once for each file or directory in a directory tree.

Windows
MacOS
Linux

Override Hierarchy

IPlatformFile::IterateDirectoryStatRecursively()

FSandboxPlatformFile::IterateDirectoryStatRecursively()

References

Module

SandboxFile

Header

/Engine/Source/Runtime/SandboxFile/Public/IPlatformFileSandboxWrapper.h

Include

#include "IPlatformFileSandboxWrapper.h"

Syntax

virtual bool IterateDirectoryStatRecursively
(
    const TCHAR * Directory,
    IPlatformFile::FDirectoryStatVisitor & Visitor
)

Remarks

Call the Visit function of the visitor once for each file or directory in a directory tree. This function explores subdirectories.

Returns

false if the directory did not exist or if the visitor returned false.

Parameters

Parameter

Description

Directory

The directory to iterate the contents of, recursively.

Visitor

Visitor to call for each element of the directory and each element of all subdirectories.

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