Navigation
API > API/Runtime > API/Runtime/NetworkFile > API/Runtime/NetworkFile/FNetworkPlatformFile
- IPlatformFile::IterateDirectoryRecursively()
- FNetworkPlatformFile::IterateDirectoryRecursively()
- FStreamingNetworkPlatformFile::IterateDirectoryRecursively()
References
Module | NetworkFile |
Header | /Engine/Source/Runtime/NetworkFile/Public/NetworkPlatformFile.h |
Include | #include "NetworkPlatformFile.h" |
Source | /Engine/Source/Runtime/NetworkFile/Private/NetworkPlatformFile.cpp |
virtual bool IterateDirectoryRecursively
&40;
const TCHAR &42; Directory,
IPlatformFile::FDirectoryVisitor & Visitor
&41;
Remarks
Call the Visit function of the visitor once for each file or directory in a directory tree. This function explores subdirectories. false if the directory did not exist or if the visitor returned false.
Parameters
Name | 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. |