Navigation
API > API/Plugins > API/Plugins/MeshModelingToolsEditorOnlyExp > API/Plugins/MeshModelingToolsEditorOnlyExp/SkeletalMesh
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UInteractiveToolPropertySet
- USkeletonEditingProperties
References
| Module | MeshModelingToolsEditorOnlyExp |
| Header | /Engine/Plugins/Experimental/MeshModelingToolsetExp/Source/MeshModelingToolsEditorOnlyExp/Public/SkeletalMesh/SkeletonEditingTool.h |
| Include | #include "SkeletalMesh/SkeletonEditingTool.h" |
Syntax
UCLASS&40;&41;
class USkeletonEditingProperties : public UInteractiveToolPropertySet
Remarks
Variables
| Type | Name | Description | |
|---|---|---|---|
| float | AxisLength | ||
| float | AxisThickness | ||
| bool | bUpdateChildren | ||
| FName | Name | ||
| TWeakObjectPtr< USkeletonEditingTool > | ParentTool | ||
| FTransform | Transform |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Initialize
(
USkeletonEditingTool* ParentToolIn |
Overridden from UObject
| Type | Name | Description | |
|---|---|---|---|
| void | PostEditChangeProperty
(
FPropertyChangedEvent& PropertyChangedEvent |
Posts a message to the OnModified delegate with the modified FProperty |