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