Navigation
API > API/Plugins > API/Plugins/USDStageImporter
Slate window used to show import/export options for the USDImporter plugin
| Name | SUsdOptionsWindow |
| Type | class |
| Header File | /Engine/Plugins/Importers/USDImporter/Source/USDStageImporter/Public/USDOptionsWindow.h |
| Include Path | #include "USDOptionsWindow.h" |
Syntax
class SUsdOptionsWindow : public SCompoundWidget
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → SWidget → SCompoundWidget → SUsdOptionsWindow
- FSlateControlledConstruction → SWidget → SCompoundWidget → SUsdOptionsWindow
Structs
| Name | Remarks |
|---|---|
| FArguments |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| AcceptText | FText | USDOptionsWindow.h | ||
| bAccepted | bool | USDOptionsWindow.h | ||
| OptionsObject | UObject * | USDOptionsWindow.h | ||
| StagePreviewTree | TSharedPtr< class SUsdStagePreviewTree > | USDOptionsWindow.h | ||
| Window | TWeakPtr< SWindow > | USDOptionsWindow.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void Construct
(
const FArguments& InArgs |
USDOptionsWindow.h | ||
| USDOptionsWindow.h | |||
FReply OnAccept() |
USDOptionsWindow.h | ||
FReply OnCancel() |
USDOptionsWindow.h | ||
bool UserAccepted() |
USDOptionsWindow.h |
Overridden from SWidget
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| USDOptionsWindow.h | |||
virtual bool SupportsKeyboardFocus() |
USDOptionsWindow.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static bool ShowExportOptions
(
UObject& OptionsObject |
USDOptionsWindow.h | ||
static bool ShowImportOptions
(
UObject& OptionsObject, |
Shortcut functions that show the standard import/export text. | USDOptionsWindow.h | |
| Show the options window with the given text. | USDOptionsWindow.h |