IterateDirectoryRecursively

Overload list

Windows
MacOS
Linux
Name Description

Public function Virtual

bool

 

IterateDirectoryRecursively

(
    const TCHAR* Directory,
    FDirectoryVisitor& Visitor
)

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

Public function Virtual

bool

 

IterateDirectoryRecursively

(
    const TCHAR* Directory,
    FDirectoryVisitorFunc Visitor
)

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

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