Navigation
API > API/Plugins > API/Plugins/PoseSearchEditor
Inheritance Hierarchy
- SEditorViewport
- ICommonEditorViewportToolbarInfoProvider
- SInteractionAssetViewport
References
| Module | PoseSearchEditor |
| Header | /Engine/Plugins/Animation/PoseSearch/Source/Editor/Public/PoseSearchInteractionAssetEditor.h |
| Include | #include "PoseSearchInteractionAssetEditor.h" |
Syntax
class SInteractionAssetViewport :
public SEditorViewport,
public ICommonEditorViewportToolbarInfoProvider
Remarks
Experimental, this feature might be removed without warning, not for production use.
Variables
| Type | Name | Description | |
|---|---|---|---|
| TWeakPtr< FInteractionAssetEditor > | AssetEditorPtr | Asset editor we are embedded in | |
| TWeakPtr< FInteractionAssetPreviewScene > | PreviewScenePtr | The preview scene that we are viewing | |
| TSharedPtr< FInteractionAssetViewportClient > | ViewportClient | Viewport client | |
| TSharedPtr< SCommonEditorViewportToolbarBase > | ViewportToolbar | The viewport toolbar |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | BindCommands () |
||
| void | Construct
(
const FArguments& InArgs, |
||
| TSharedRef< FEditorViewportClient > | |||
| TSharedPtr< SWidget > |
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 |