UMeshSurfacePointToolBuilder

Windows
MacOS
Linux

Inheritance Hierarchy

References

Module

InteractiveToolsFramework

Header

/Engine/Source/Runtime/Experimental/InteractiveToolsFramework/Public/BaseTools/MeshSurfacePointTool.h

Include

#include "BaseTools/MeshSurfacePointTool.h"

Syntax

class UMeshSurfacePointToolBuilder : public UInteractiveToolBuilder

Variables

Name Description

Public variable

IToolStylusStat...

 

StylusAPI

Functions

Name Description

Public function Virtual Const

UMeshSurface...

 

CreateNewTool

(
    const FToolBuilderState& SceneStat...
)

Public function Virtual Const

void

 

InitializeNewTool

(
    UMeshSurfacePointTool* Tool,
    const FToolBuilderState& SceneStat...
)

Called by BuildTool to configure the Tool with the input MeshSource based on the SceneState

Overridden from UInteractiveToolBuilder

Name Description

Public function Virtual Const

UInteractive...

 

BuildTool

(
    const FToolBuilderState& SceneStat...
)

Create a new instance of this builder's Tool

Public function Virtual Const

bool

 

CanBuildTool

(
    const FToolBuilderState& SceneStat...
)

Check if, given the current scene state, a new instance of this builder's Tool can be created

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss