Navigation
API > API/Plugins > API/Plugins/ModelingComponents > API/Plugins/ModelingComponents/TargetInterfaces
Inheritance Hierarchy
- IDynamicMeshCommitter
- UDataflowComponentToolTarget
- UDataflowToolTarget
- UDynamicMeshComponentToolTarget
- USkeletalMeshComponentToolTarget
- USkeletalMeshToolTarget
- UStaticMeshComponentToolTarget
- UStaticMeshToolTarget
- UVolumeComponentToolTarget
References
| Module | ModelingComponents |
| Header | /Engine/Plugins/Runtime/MeshModelingToolset/Source/ModelingComponents/Public/TargetInterfaces/DynamicMeshCommitter.h |
| Include | #include "TargetInterfaces/DynamicMeshCommitter.h" |
Syntax
class IDynamicMeshCommitter
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | CommitDynamicMesh
(
const UE::Geometry::FDynamicMesh3& Mesh |
||
| void | CommitDynamicMesh
(
const UE::Geometry::FDynamicMesh3& Mesh, |
Classes
| Type | Name | Description | |
|---|---|---|---|
| FDynamicMeshCommitInfo | Extra information that can be passed to a CommitMesh call to potentially make the commit faster. |