Navigation
API > API/Plugins > API/Plugins/MeshModelingToolsEditorOnlyExp > API/Plugins/MeshModelingToolsEditorOnlyExp/UBspConversionTool
Description
This is the primary event we'll be responding to. It affects whether we can accept or not, and the preview, if it is being shown. Does not affect cached brushes.
| Name | OnEditorSelectionChanged |
| Type | function |
| Header File | /Engine/Plugins/Experimental/MeshModelingToolsetExp/Source/MeshModelingToolsEditorOnlyExp/Public/BspConversionTool.h |
| Include Path | #include "BspConversionTool.h" |
| Source | /Engine/Plugins/Experimental/MeshModelingToolsetExp/Source/MeshModelingToolsEditorOnlyExp/Private/BspConversionTool.cpp |
void OnEditorSelectionChanged
(
UObject * NewSelection
)