Navigation
API > API/Editor > API/Editor/UnrealEd
| Name | SBasePoseViewport |
| Type | class |
| Header File | /Engine/Source/Editor/UnrealEd/Public/SSkeletonWidget.h |
| Include Path | #include "SSkeletonWidget.h" |
Syntax
class SBasePoseViewport : public SEditorViewport
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → SWidget → SCompoundWidget → SEditorViewport → SBasePoseViewport
- FSlateControlledConstruction → SWidget → SCompoundWidget → SEditorViewport → SBasePoseViewport
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
SBasePoseViewport() |
SSkeletonWidget.h |
Structs
| Name | Remarks |
|---|---|
| FArguments |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| PreviewComponent | UDebugSkelMeshComponent * | SSkeletonWidget.h | ||
| PreviewScene | FPreviewScene | SSkeletonWidget.h | ||
| TargetSkeleton | USkeleton * | Skeleton | SSkeletonWidget.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void Construct
(
const FArguments& InArgs |
SSkeletonWidget.h | ||
void SetSkeleton
(
USkeleton* Skeleton |
SSkeletonWidget.h |
Protected
Overridden from SEditorViewport
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual TSharedRef< FEditorViewportClient > MakeEditorViewportClient() |
SEditorViewport interface | SSkeletonWidget.h |