Navigation
API > API/Plugins > API/Plugins/NeuralMorphModelEditor
| Name | SNeuralMorphInputWidget |
| Type | class |
| Header File | /Engine/Plugins/Animation/MLDeformer/NeuralMorphModel/Source/NeuralMorphModelEditor/Public/SNeuralMorphInputWidget.h |
| Include Path | #include "SNeuralMorphInputWidget.h" |
Syntax
class SNeuralMorphInputWidget : public UE::MLDeformer::SMLDeformerInputWidget
Inheritance Hierarchy
- UE::MLDeformer::SMLDeformerInputWidget → SNeuralMorphInputWidget
Structs
| Name | Remarks |
|---|---|
| FArguments |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void AddInputBoneGroupsMenuItems
(
FMenuBuilder& MenuBuilder |
SNeuralMorphInputWidget.h | ||
void AddInputBoneGroupsPlusIconMenuItems
(
FMenuBuilder& MenuBuilder |
SNeuralMorphInputWidget.h | ||
virtual void AddInputBonesMenuItems
(
FMenuBuilder& MenuBuilder |
SNeuralMorphInputWidget.h | ||
virtual void AddInputBonesPlusIconMenuItems
(
FMenuBuilder& MenuBuilder |
SNeuralMorphInputWidget.h | ||
virtual void ClearSelectionForAllWidgetsExceptThis
(
TSharedPtr< SWidget > ExceptThisWidget |
SNeuralMorphInputWidget.h | ||
void Construct
(
const FArguments& InArgs |
SNeuralMorphInputWidget.h | ||
TSharedPtr< FUICommandList > GetBoneGroupsCommandList() |
SNeuralMorphInputWidget.h | ||
TSharedPtr< FUICommandList > GetCurveGroupsCommandList() |
SNeuralMorphInputWidget.h | ||
virtual TSharedPtr< SWidget > GetExtraBonePickerWidget() |
SNeuralMorphInputWidget.h | ||
int32 GetHierarchyDepth() |
SNeuralMorphInputWidget.h | ||
virtual void OnAddAnimatedBones() |
SNeuralMorphInputWidget.h | ||
virtual void OnAddAnimatedCurves() |
SNeuralMorphInputWidget.h | ||
| SNeuralMorphInputWidget.h | |||
| SNeuralMorphInputWidget.h | |||
virtual void OnClearInputBones() |
SNeuralMorphInputWidget.h | ||
| SNeuralMorphInputWidget.h | |||
| SNeuralMorphInputWidget.h | |||
virtual void OnSelectInputBone
(
FName BoneName |
SNeuralMorphInputWidget.h | ||
void OnSelectInputBoneGroup
(
TSharedPtr< FNeuralMorphBoneGroupsTreeElement > Element |
SNeuralMorphInputWidget.h | ||
virtual void OnSelectInputCurve
(
FName BoneName |
SNeuralMorphInputWidget.h | ||
void OnSelectInputCurveGroup
(
TSharedPtr< FNeuralMorphCurveGroupsTreeElement > Element |
SNeuralMorphInputWidget.h | ||
virtual void Refresh() |
SNeuralMorphInputWidget.h |
Protected
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void BindCommands() |
SNeuralMorphInputWidget.h | ||
void ConfigureBoneGroupMask() |
SNeuralMorphInputWidget.h | ||
void ConfigureBoneMask() |
SNeuralMorphInputWidget.h | ||
void CreateBoneGroupsSection() |
SNeuralMorphInputWidget.h | ||
void CreateCurveGroupsSection() |
SNeuralMorphInputWidget.h | ||
void ExpandBoneGroupMasks() |
SNeuralMorphInputWidget.h | ||
void ExpandBoneMasks() |
SNeuralMorphInputWidget.h | ||
void ResetAllBoneGroupMasks() |
SNeuralMorphInputWidget.h | ||
void ResetAllBoneMasks() |
SNeuralMorphInputWidget.h | ||
void ResetSelectedBoneGroupMasks() |
SNeuralMorphInputWidget.h | ||
void ResetSelectedBoneMasks() |
SNeuralMorphInputWidget.h | ||
FReply ShowBoneGroupsManageContextMenu() |
SNeuralMorphInputWidget.h | ||
FReply ShowCurveGroupsManageContextMenu() |
SNeuralMorphInputWidget.h |