Navigation
API > API/Plugins > API/Plugins/PoseSearchEditor
Inheritance Hierarchy
- SEditorViewport
- ICommonEditorViewportToolbarInfoProvider
- SDatabaseViewport
References
| Module | PoseSearchEditor |
| Header | /Engine/Plugins/Animation/PoseSearch/Source/Editor/Public/SPoseSearchDatabaseViewport.h |
| Include | #include "SPoseSearchDatabaseViewport.h" |
Syntax
class SDatabaseViewport :
public SEditorViewport,
public ICommonEditorViewportToolbarInfoProvider
Variables
| Type | Name | Description | |
|---|---|---|---|
| TWeakPtr< FDatabaseEditor > | AssetEditorPtr | Asset editor we are embedded in | |
| TWeakPtr< FDatabasePreviewScene > | PreviewScenePtr | The preview scene that we are viewing | |
| TSharedPtr< FDatabaseViewportClient > | ViewportClient | Viewport client | |
| TSharedPtr< SPoseSearchDatabaseViewportToolBar > | ViewportToolbar | The viewport toolbar |
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | BindCommands () |
||
| void | Construct
(
const FArguments& InArgs, |
||
| bool | |||
| bool | |||
| bool | |||
| bool | |||
| TSharedRef< FEditorViewportClient > | |||
| TSharedPtr< SWidget > | |||
| void | |||
| void | |||
| void | |||
| void |
Overridden from ICommonEditorViewportToolbarInfoProvider
| Type | Name | Description | |
|---|---|---|---|
| TSharedPtr< FExtender > | GetExtenders () |
FLevelEditorModule& LevelEditorModule = FModuleManager::GetModuleChecked |
|
| TSharedRef< class SEditorViewport > | Get the viewport widget. | ||
| void | Called to inform the host that a button was clicked (typically used to focus on a particular viewport in a multi-viewport setup) |
Classes
| Type | Name | Description | |
|---|---|---|---|
| FArguments |