UMergeMeshesToolBuilder::GetTargetRequirements

Gives the target requirements of the associated tool.

Choose your operating system:

Windows

macOS

Linux

Override Hierarchy

References

Module

MeshModelingToolsEditorOnly

Header

/Engine/Plugins/Experimental/MeshModelingToolsetExp/Source/MeshModelingToolsEditorOnly/Public/MergeMeshesTool.h

Include

#include "MergeMeshesTool.h"

Source

/Engine/Plugins/Experimental/MeshModelingToolsetExp/Source/MeshModelingToolsEditorOnly/Private/MergeMeshesTool.cpp

Syntax

virtual const FToolTargetTypeRequirements & GetTargetRequirements() const

Remarks

Gives the target requirements of the associated tool. Usually, it is the tool builder will use this function in CanBuildTool and BuildTool to find and create any necessary targets.