Navigation
API > API/Developer > API/Developer/DesktopPlatform > API/Developer/DesktopPlatform/IDesktopPlatform
References
| Module | DesktopPlatform |
| Header | /Engine/Source/Developer/DesktopPlatform/Public/IDesktopPlatform.h |
| Include | #include "IDesktopPlatform.h" |
bool OpenDirectoryDialog
(
const void * ParentWindowHandle,
const FString & DialogTitle,
const FString & DefaultPath,
FString & OutFolderName
)
Remarks
Opens the "choose folder" dialog for the platform true if folder choice was successfully selected
Parameters
| Name | Description |
|---|---|
| ParentWindowHandle | The native handle to the parent window for this dialog |
| DialogTitle | The text for the title of the dialog window |
| DefaultPath | The path where the file dialog will open initially |
| OutFolderName | The foldername that was selected in the dialog |