Navigation
API > API/Plugins > API/Plugins/PoseSearchEditor
| Name | SDatabaseViewport |
| Type | class |
| Header File | /Engine/Plugins/Animation/PoseSearch/Source/Editor/Public/SPoseSearchDatabaseViewport.h |
| Include Path | #include "SPoseSearchDatabaseViewport.h" |
Syntax
class SDatabaseViewport :
public SEditorViewport ,
public ICommonEditorViewportToolbarInfoProvider
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → SWidget → SCompoundWidget → SEditorViewport → SDatabaseViewport
- FSlateControlledConstruction → SWidget → SCompoundWidget → SEditorViewport → SDatabaseViewport
Implements Interfaces
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~SDatabaseViewport() |
SPoseSearchDatabaseViewport.h |
Structs
| Name | Remarks |
|---|---|
| FArguments |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void Construct
(
const FArguments& InArgs, |
SPoseSearchDatabaseViewport.h |
Overridden from ICommonEditorViewportToolbarInfoProvider
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual TSharedPtr< FExtender > GetExtenders() |
SPoseSearchDatabaseViewport.h | ||
virtual TSharedRef< class SEditorViewport > GetViewportWidget() |
SPoseSearchDatabaseViewport.h | ||
virtual void OnFloatingButtonClicked() |
SPoseSearchDatabaseViewport.h |
Protected
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool IsDisplayBlockTransitionChecked() |
SPoseSearchDatabaseViewport.h | ||
bool IsDisplayEventDataChecked() |
Experimental, this feature might be removed without warning, not for production use. | SPoseSearchDatabaseViewport.h | |
bool IsDisplayRootMotionSpeedChecked() |
SPoseSearchDatabaseViewport.h | ||
bool IsQuantizeAnimationToPoseDataChecked() |
SPoseSearchDatabaseViewport.h | ||
bool IsShowBonesChecked() |
SPoseSearchDatabaseViewport.h | ||
void OnToggleDisplayBlockTransition() |
SPoseSearchDatabaseViewport.h | ||
void OnToggleDisplayEventData() |
Experimental, this feature might be removed without warning, not for production use. | SPoseSearchDatabaseViewport.h | |
void OnToggleDisplayRootMotionSpeed() |
SPoseSearchDatabaseViewport.h | ||
void OnToggleQuantizeAnimationToPoseData() |
SPoseSearchDatabaseViewport.h | ||
void OnToggleShowBones() |
SPoseSearchDatabaseViewport.h |
Overridden from SEditorViewport
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void BindCommands() |
SPoseSearchDatabaseViewport.h | ||
virtual TSharedPtr< SWidget > BuildViewportToolbar() |
SPoseSearchDatabaseViewport.h | ||
virtual TSharedRef< FEditorViewportClient > MakeEditorViewportClient() |
SPoseSearchDatabaseViewport.h |