Navigation
API > API/Plugins > API/Plugins/MeshModelingToolsExp
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UInteractiveTool
- UMultiSelectionTool
- UMultiSelectionMeshEditingTool
- UBakeTransformTool
References
| Module | MeshModelingToolsExp |
| Header | /Engine/Plugins/Experimental/MeshModelingToolsetExp/Source/MeshModelingToolsExp/Public/BakeTransformTool.h |
| Include | #include "BakeTransformTool.h" |
Syntax
UCLASS&40;&41;
class UBakeTransformTool : public UMultiSelectionMeshEditingTool
Remarks
Simple tool to bake scene transform on meshes into the mesh assets
Variables
| Type | Name | Description | |
|---|---|---|---|
| TObjectPtr< UBakeTransformToolProperties > | BasicProperties | ||
| TArray< int > | MapToFirstOccurrences |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | UpdateAssets () |
Overridden from UMultiSelectionMeshEditingTool
| Type | Name | Description | |
|---|---|---|---|
| void | OnShutdown
(
EToolShutdownType ShutdownType |