Navigation
API > API/Plugins > API/Plugins/ContextualAnimationEditor
Inheritance Hierarchy
- SEditorViewport
- ICommonEditorViewportToolbarInfoProvider
- SContextualAnimViewport
References
| Module | ContextualAnimationEditor |
| Header | /Engine/Plugins/Experimental/Animation/ContextualAnimation/Source/ContextualAnimationEditor/Public/SContextualAnimViewport.h |
| Include | #include "SContextualAnimViewport.h" |
Syntax
class SContextualAnimViewport :
public SEditorViewport,
public ICommonEditorViewportToolbarInfoProvider
Variables
| Type | Name | Description | |
|---|---|---|---|
| TWeakPtr< FContextualAnimAssetEditorToolkit > | AssetEditorToolkitPtr | Asset editor toolkit we are embedded in | |
| TWeakPtr< FContextualAnimPreviewScene > | PreviewScenePtr | The preview scene that we are viewing | |
| TSharedPtr< FContextualAnimViewportClient > | ViewportClient | Viewport client | |
| TSharedPtr< SContextualAnimViewportToolBar > | ViewportToolbar | The viewport toolbar |
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Construct
(
const FArguments& InArgs, |
Overridden from SEditorViewport
| Type | Name | Description | |
|---|---|---|---|
| void | BindCommands () |
||
| TSharedRef< FEditorViewportClient > | |||
| TSharedPtr< SWidget > | Implement this to add a viewport toolbar to the inside top of the viewport. | ||
| const FSlateBrush * | |||
| FSlateColor |
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 |