Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Source/Runtime/InteractiveToolsFramework/Public/InteractiveToolBuilder.h |
Include |
#include "InteractiveToolBuilder.h" |
class UInteractiveToolWithToolTargetsBuilder : public UInteractiveToolBuilder
A UInteractiveToolWithToolTargetsBuilder creates a new instance of an InteractiveTool that uses tool targets. See ToolTarget.h for more information on tool targets and their usage. This class defines the common interface(s) for defining the tool target requirements of the tool it builds. This is an abstract base class, you must subclass it in order to create your particular Tool instance.
Name | Description | ||
---|---|---|---|
|
const FToolT... |
GetTargetRequirements() |
Gives the target requirements of the associated tool. |