Navigation
API > API/Runtime > API/Runtime/InteractiveToolsFramework > API/Runtime/InteractiveToolsFramework/UMeshSurfacePointToolBuilder
Description
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.
Virtual Inheritance
- UInteractiveToolWithToolTargetsBuilder::GetTargetRequirements → UMeshSurfacePointToolBuilder::GetTargetRequirements
| Name | GetTargetRequirements |
| Type | function |
| Header File | /Engine/Source/Runtime/InteractiveToolsFramework/Public/BaseTools/MeshSurfacePointTool.h |
| Include Path | #include "BaseTools/MeshSurfacePointTool.h" |
| Source | /Engine/Source/Runtime/InteractiveToolsFramework/Private/BaseTools/MeshSurfacePointTool.cpp |
virtual const FToolTargetTypeRequirements & GetTargetRequirements() const