Navigation
API > API/Plugins > API/Plugins/MeshModelingToolsEditorOnly
| Name | UOrientingProperties |
| Type | class |
| Header File | /Engine/Plugins/Runtime/MeshModelingToolset/Source/MeshModelingToolsEditorOnly/Public/SkeletalMesh/SkeletonEditingTool.h |
| Include Path | #include "SkeletalMesh/SkeletonEditingTool.h" |
Syntax
UCLASS (MinimalAPI)
class UOrientingProperties : public UInteractiveToolPropertySet
Inheritance Hierarchy
- FWatchablePropertySet → UInteractiveToolPropertySet → UOrientingProperties
- UObjectBase → UObjectBaseUtility → UObject → UInteractiveToolPropertySet → UOrientingProperties
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bAutoOrient | bool | SkeletalMesh/SkeletonEditingTool.h |
|
|
| Options | FOrientOptions | SkeletalMesh/SkeletonEditingTool.h |
|
|
| ParentTool | TWeakObjectPtr< USkeletonEditingTool > | SkeletalMesh/SkeletonEditingTool.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void Initialize
(
USkeletonEditingTool* ParentToolIn |
SkeletalMesh/SkeletonEditingTool.h | ||
void OrientBones() |
SkeletalMesh/SkeletonEditingTool.h |
Overridden from UObject
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void PostEditChangeProperty
(
FPropertyChangedEvent& PropertyChangedEvent |
SkeletalMesh/SkeletonEditingTool.h |