Navigation
API > API/Plugins > API/Plugins/ModelingComponents
References
| Module | ModelingComponents |
| Header | /Engine/Plugins/Runtime/MeshModelingToolset/Source/ModelingComponents/Public/ModelingToolTargetUtil.h |
| Include | #include "ModelingToolTargetUtil.h" |
Syntax
namespace UE
{
namespace ToolTarget
{
enum EDynamicMeshUpdateResult
&123;
Ok = 0,
Failed = 1,
Ok_ForcedFullUpdate = 2,
&125;
}
}
Values
| Name | Description |
|---|---|
| Ok | Update was successful |
| Failed | Update failed |
| Ok_ForcedFullUpdate | Update was successful, but required that the entire target mesh be replaced, instead of a (requested) partial update |
Remarks
EDynamicMeshUpdateResult is returned by functions below that update a ToolTarget with a new Mesh