SUsdOptionsWindow

Slate window used to show import/export options for the USDImporter plugin

Windows
MacOS
Linux

Inheritance Hierarchy

References

Module

USDStageImporter

Header

/Engine/Plugins/Importers/USDImporter/Source/USDStageImporter/Public/USDOptionsWindow.h

Include

#include "USDOptionsWindow.h"

Syntax

class SUsdOptionsWindow : public SCompoundWidget

Remarks

Slate window used to show import/export options for the USDImporter plugin

Functions

Name Description

Public function

void

 

Construct

(
    const FArguments& InArgs
)

Public function

FReply

 

OnAccept()

Public function

FReply

 

OnCancel()

Public function Static

bool

 

ShowOptions

(
    UObject& OptionsObject,
    bool bIsImport
)

Public function Const

bool

 

UserAccepted()

Overridden from SWidget

Name Description

Public function Virtual

FReply

 

OnKeyDown

(
    const FGeometry& MyGeometry,
    const FKeyEvent& InKeyEvent
)

Called after a key is pressed when this widget has focus (this event bubbles if not handled)

Public function Virtual Const

bool

 

SupportsKeyboardFocus()

Checks to see if this widget supports keyboard focus. Override this in derived classes.

Classes

Name

Description

Public struct

FArguments

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