Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Source/Runtime/InteractiveToolsFramework/Public/InteractiveToolBuilder.h |
Include |
#include "InteractiveToolBuilder.h" |
virtual bool CanBuildTool
(
const FToolBuilderState & SceneState
) const
Check if, given the current scene state, a new instance of this builder's Tool can be created
true if a new Tool instance can be created
Parameter |
Description |
---|---|
SceneState |
the current scene selection state, etc |