OpenFileDialog

Overload list

Windows
MacOS
Linux
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

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