Navigation
API > API/Runtime > API/Runtime/InteractiveToolsFramework > API/Runtime/InteractiveToolsFramework/TargetInterfaces
Inheritance Hierarchy
- IMeshDescriptionCommitter
- UDynamicMeshComponentToolTarget
- USkeletalMeshComponentToolTarget
- USkeletalMeshToolTarget
- UStaticMeshComponentToolTarget
- UStaticMeshToolTarget
- UVolumeComponentToolTarget
References
| Module | InteractiveToolsFramework |
| Header | /Engine/Source/Runtime/InteractiveToolsFramework/Public/TargetInterfaces/MeshDescriptionCommitter.h |
| Include | #include "TargetInterfaces/MeshDescriptionCommitter.h" |
Syntax
class IMeshDescriptionCommitter
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | CommitMeshDescription
(
const FMeshDescription& Mesh, |
Commits the given FMeshDescription. | |
| bool | CommitMeshDescription
(
FMeshDescription&& Mesh, |
Commits the given FMeshDescription. | |
| void | CommitMeshDescription
(
const FCommitter& Committer, |
Commit a mesh description. |
Classes
| Type | Name | Description | |
|---|---|---|---|
| FCommitterParams |
Typedefs
| Name | Description |
|---|---|
| FCommitter |