Navigation
API > API/Plugins > API/Plugins/PoseSearchEditor
Inheritance Hierarchy
- FCommonViewportClient
- FViewElementDrawer
- FGCObject
- FEditorViewportClient
- FDatabaseViewportClient
References
| Module | PoseSearchEditor |
| Header | /Engine/Plugins/Experimental/Animation/PoseSearch/Source/Editor/Public/PoseSearchDatabaseViewportClient.h |
| Include | #include "PoseSearchDatabaseViewportClient.h" |
Syntax
class FDatabaseViewportClient : public FEditorViewportClient
Constructors
| Type | Name | Description | |
|---|---|---|---|
FDatabaseViewportClient
(
const TSharedRef< FDatabasePreviewScene >& InPreviewScene, |
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| TSharedRef< FDatabaseEditor > | |||
| TSharedRef< FDatabasePreviewScene > | Get the preview scene we are viewing |
Overridden from FEditorViewportClient
| Type | Name | Description | |
|---|---|---|---|
| void | TrackingStarted
(
const FInputEventState& InInputState, |
Called when mouse movement tracking begins | |
| void | Called when mouse movement tracking stops |
Overridden from FViewElementDrawer
| Type | Name | Description | |
|---|---|---|---|
| void | Draw
(
const FSceneView* View, |
FViewElementDrawer interface |