OpenFileDialog

Overload list

Unreal Engine C++ API Reference > Developer > DesktopPlatform > IDesktopPlatform

  Type Name Description
Public function bool

OpenFileDialog ( const void* ParentWindowHandle,
const FString& DialogTitle,
const FString& DefaultPath,
const FString& DefaultFile,
const FString& FileTypes,
uint32 Flags,
TArray< FString >& OutFilenames
)

Opens the "open file" dialog for the platform
Public function bool

OpenFileDialog ( const void* ParentWindowHandle,
const FString& DialogTitle,
const FString& DefaultPath,
const FString& DefaultFile,
const FString& FileTypes,
uint32 Flags,
TArray< FString >& OutFilenames,
int32& outFilterIndex
)

Opens the "open file" dialog for the platform

Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library

On this page