Navigation
API > API/Plugins > API/Plugins/NeuralMorphModelEditor
Inheritance Hierarchy
- FSlateControlledConstruction
- TSharedFromThis
- SWidget
- SCompoundWidget
- SMLDeformerInputWidget
- SNeuralMorphInputWidget
References
| Module | NeuralMorphModelEditor |
| Header | /Engine/Plugins/Animation/MLDeformer/NeuralMorphModel/Source/NeuralMorphModelEditor/Public/SNeuralMorphInputWidget.h |
| Include | #include "SNeuralMorphInputWidget.h" |
Syntax
class SNeuralMorphInputWidget : public UE::MLDeformer::SMLDeformerInputWidget
Variables
| Type | Name | Description | |
|---|---|---|---|
| TSharedPtr< FUICommandList > | BoneGroupsCommandList | ||
| TSharedPtr< SNeuralMorphBoneGroupsWidget > | BoneGroupsWidget | ||
| TSharedPtr< FUICommandList > | CurveGroupsCommandList | ||
| TSharedPtr< SNeuralMorphCurveGroupsWidget > | CurveGroupsWidget | ||
| int32 | HierarchyDepth |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | AddInputBoneGroupsMenuItems
(
FMenuBuilder& MenuBuilder |
||
| void | AddInputBoneGroupsPlusIconMenuItems
(
FMenuBuilder& MenuBuilder |
||
| void | BindCommands () |
||
| void | Construct
(
const FArguments& InArgs |
||
| void | |||
| void | |||
| void | |||
| void | |||
| TSharedPtr< FUICommandList > | |||
| TSharedPtr< FUICommandList > | |||
| int32 | |||
| void | OnSelectInputBoneGroup
(
TSharedPtr< FNeuralMorphBoneGroupsTreeElement > Element |
||
| void | OnSelectInputCurveGroup
(
TSharedPtr< FNeuralMorphCurveGroupsTreeElement > Element |
||
| void | |||
| void | |||
| void | |||
| void | |||
| FReply | |||
| FReply |
Overridden from SMLDeformerInputWidget
| Type | Name | Description | |
|---|---|---|---|
| void | AddInputBonesMenuItems
(
FMenuBuilder& MenuBuilder |
||
| void | AddInputBonesPlusIconMenuItems
(
FMenuBuilder& MenuBuilder |
||
| void | ClearSelectionForAllWidgetsExceptThis
(
TSharedPtr< SWidget > ExceptThisWidget |
||
| TSharedPtr< SWidget > | |||
| void | |||
| void | |||
| void | OnAddInputBones
(
const TArray< FName >& Names |
||
| void | OnAddInputCurves
(
const TArray< FName >& Names |
||
| void | |||
| void | OnDeleteInputBones
(
const TArray< FName >& Names |
||
| void | OnDeleteInputCurves
(
const TArray< FName >& Names |
||
| void | OnSelectInputBone
(
FName BoneName |
||
| void | OnSelectInputCurve
(
FName BoneName |
||
| void | Refresh () |
Refresh all sub-widget contents. |
Classes
| Type | Name | Description | |
|---|---|---|---|
| FArguments |