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
{
EMeshLODIdentifier UE&58;&58;ToolTarget&58;&58;GetTargetMeshDescriptionLOD
&40;
UToolTarget &42; Target,
bool & bOutTargetSupportsLODs
&41;
}
}
Remarks
Return identifier for the mesh LOD that a ToolTarget represents, if defined for the given ToolTarget LODIdentifier for current LOD that would be provided/edited by the ToolTarget, or the Default LODIdentifier if the target doesn't support LODs or bOnlyReturnDefaultLOD is true
Parameters
| Name | Description |
|---|---|
| Target | The tool target to query for LODs |
| bOutTargetSupportsLODs | Will be set to 'false' if the target does not support querying MeshDescriptions with LODs |