Navigation
API > API/Plugins > API/Plugins/MeshModelingToolsEditorOnly > API/Plugins/MeshModelingToolsEditorOnly/UToolMeshSelector
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void InitialSetup
(
UWorld* InWorld, |
ToolMeshSelector.h | ||
void InitialSetup
(
UWorld* InWorld, |
Must be called during the Setup of the parent tool | ToolMeshSelector.h |
InitialSetup(UWorld , UInteractiveTool , TFunction< void()>)
| Name | InitialSetup |
| Type | function |
| Header File | /Engine/Plugins/Runtime/MeshModelingToolset/Source/MeshModelingToolsEditorOnly/Public/ToolMeshSelector.h |
| Include Path | #include "ToolMeshSelector.h" |
| Source | /Engine/Plugins/Runtime/MeshModelingToolset/Source/MeshModelingToolsEditorOnly/Private/ToolMeshSelector.cpp |
void InitialSetup
(
UWorld * InWorld,
UInteractiveTool * InParentTool,
TFunction < void> OnSelectionChangedFunc
)
InitialSetup(UWorld , UInteractiveTool , FEditorViewportClient *, TFunction< void()>)
Description
Must be called during the Setup of the parent tool
| Name | InitialSetup |
| Type | function |
| Header File | /Engine/Plugins/Runtime/MeshModelingToolset/Source/MeshModelingToolsEditorOnly/Public/ToolMeshSelector.h |
| Include Path | #include "ToolMeshSelector.h" |
| Source | /Engine/Plugins/Runtime/MeshModelingToolset/Source/MeshModelingToolsEditorOnly/Private/ToolMeshSelector.cpp |
void InitialSetup
(
UWorld * InWorld,
UInteractiveTool * InParentTool,
FEditorViewportClient * InViewportClient,
TFunction < void> OnSelectionChangedFunc
)