Navigation
API > API/Plugins > API/Plugins/ModelingComponents
References
| Module | ModelingComponents |
| Header | /Engine/Plugins/Runtime/MeshModelingToolset/Source/ModelingComponents/Public/ModelingToolTargetUtil.h |
| Include | #include "ModelingToolTargetUtil.h" |
| Source | /Engine/Plugins/Runtime/MeshModelingToolset/Source/ModelingComponents/Private/ModelingToolTargetUtil.cpp |
namespace UE
{
namespace ToolTarget
{
bool UE&58;&58;ToolTarget&58;&58;ConfigureCreateMeshObjectParams
&40;
UToolTarget &42; SourceTarget,
FCreateMeshObjectParams & DerivedParamsOut
&41;
}
}
Remarks
FCreateMeshObjectParams::TypeHint is used by the ModelingObjectsCreationAPI to suggest what type of mesh object to create inside various Tools. This should often be derived from the input mesh object type (eg if you plane-cut a Volume, the output should be Volumes). This function interrogates the ToolTarget to try to determine this information true if a known type was detected and configured in FCreateMeshObjectParams::TypeHint (and possibly FCreateMeshObjectParams::TypeHintClass)