Navigation
API > API/Runtime > API/Runtime/InteractiveToolsFramework > API/Runtime/InteractiveToolsFramework/TargetInterfaces > API/Runtime/InteractiveToolsFramework/TargetInterfaces/IMeshDescriptionCommitter > API/Runtime/InteractiveToolsFramework/TargetInterfaces/IMeshDescriptionCommitter/CommitMeshDescri-
- IMeshDescriptionCommitter::CommitMeshDescription()
- UDynamicMeshComponentToolTarget::CommitMeshDescription()
- UStaticMeshComponentToolTarget::CommitMeshDescription()
- UStaticMeshToolTarget::CommitMeshDescription()
- UVolumeComponentToolTarget::CommitMeshDescription()
- USkeletalMeshComponentToolTarget::CommitMeshDescription()
- USkeletalMeshToolTarget::CommitMeshDescription()
References
| Module | InteractiveToolsFramework |
| Header | /Engine/Source/Runtime/InteractiveToolsFramework/Public/TargetInterfaces/MeshDescriptionCommitter.h |
| Include | #include "TargetInterfaces/MeshDescriptionCommitter.h" |
void CommitMeshDescription
&40;
const FCommitter & Committer,
const FCommitMeshParameters & CommitParams
&41;
Remarks
Commit a mesh description. The mesh description to be committed will be passed to the given function as a parameter, and it is up to the function to update it properly.
Parameters
| Name | Description |
|---|---|
| Committer | A function that takes in const IMeshDescriptionCommitter::FCommitParams& and populates the FMeshDescription pointed to by the MeshDescription pointer inside. |