Navigation
API > API/Plugins > API/Plugins/PoseSearchEditor
| Name | FDatabaseViewportClient |
| Type | class |
| Header File | /Engine/Plugins/Animation/PoseSearch/Source/Editor/Public/PoseSearchDatabaseViewportClient.h |
| Include Path | #include "PoseSearchDatabaseViewportClient.h" |
Syntax
class FDatabaseViewportClient : public FEditorViewportClient
Inheritance Hierarchy
- FViewportClient → FCommonViewportClient → FEditorViewportClient → FDatabaseViewportClient
- FViewElementDrawer → FEditorViewportClient → FDatabaseViewportClient
- FGCObject → FEditorViewportClient → FDatabaseViewportClient
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FDatabaseViewportClient
(
const TSharedRef< FDatabasePreviewScene >& InPreviewScene, |
PoseSearchDatabaseViewportClient.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~FDatabaseViewportClient() |
PoseSearchDatabaseViewportClient.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| AssetEditorPtr | TWeakPtr< FDatabaseEditor > | Asset editor we are embedded in | PoseSearchDatabaseViewportClient.h | |
| PreviewScenePtr | TWeakPtr< FDatabasePreviewScene > | Preview scene we are viewing | PoseSearchDatabaseViewportClient.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TSharedRef< FDatabaseEditor > GetAssetEditor() |
PoseSearchDatabaseViewportClient.h | ||
TSharedRef< FDatabasePreviewScene > GetPreviewScene() |
Get the preview scene we are viewing | PoseSearchDatabaseViewportClient.h |
Overridden from FEditorViewportClient
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void TrackingStarted
(
const FInputEventState& InInputState, |
PoseSearchDatabaseViewportClient.h | ||
virtual void TrackingStopped() |
PoseSearchDatabaseViewportClient.h |
Overridden from FViewElementDrawer
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void Draw
(
const FSceneView* View, |
PoseSearchDatabaseViewportClient.h |