Navigation
API > API/Plugins > API/Plugins/ModelingComponents
Description
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
| Name | UE::ToolTarget::ConfigureCreateMeshObjectParams |
| Type | function |
| Header File | /Engine/Plugins/Runtime/MeshModelingToolset/Source/ModelingComponents/Public/ModelingToolTargetUtil.h |
| Include Path | #include "ModelingToolTargetUtil.h" |
| Source | /Engine/Plugins/Runtime/MeshModelingToolset/Source/ModelingComponents/Private/ModelingToolTargetUtil.cpp |
namespace UE
{
namespace ToolTarget
{
bool UE::ToolTarget::ConfigureCreateMeshObjectParams
(
UToolTarget * SourceTarget,
FCreateMeshObjectParams & DerivedParamsOut
)
}
}
true if a known type was detected and configured in FCreateMeshObjectParams::TypeHint (and possibly FCreateMeshObjectParams::TypeHintClass)