Navigation
API > API/Developer > API/Developer/SlateFileDialogs
Interface for slate file dialog modules.
| Name | ISlateFileDialogsModule |
| Type | class |
| Header File | /Engine/Source/Developer/SlateFileDialogs/Public/ISlateFileDialogModule.h |
| Include Path | #include "ISlateFileDialogModule.h" |
Syntax
class ISlateFileDialogsModule : public IModuleInterface
Implements Interfaces
Derived Classes
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~ISlateFileDialogsModule() |
Virtual destructor. | ISlateFileDialogModule.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ISlateFileDialogsModule * Get() |
ISlateFileDialogModule.h | ||
virtual bool OpenDirectoryDialog
(
const void* ParentWindowHandle, |
ISlateFileDialogModule.h | ||
virtual bool OpenFileDialog
(
const void* ParentWindowHandle, |
ISlateFileDialogModule.h | ||
virtual bool OpenFileDialog
(
const void* ParentWindowHandle, |
ISlateFileDialogModule.h | ||
virtual bool SaveFileDialog
(
const void* ParentWindowHandle, |
ISlateFileDialogModule.h | ||
virtual bool SaveFileDialog
(
const void* ParentWindowHandle, |
ISlateFileDialogModule.h |