Navigation
Unreal Engine C++ API Reference > Plugins > ModelingComponents > Selection > ToolSelectionUtil::SetNewActorSelection
References
Module | ModelingComponents |
Header | /Engine/Plugins/Runtime/MeshModelingToolset/Source/ModelingComponents/Public/Selection/ToolSelectionUtil.h |
Include | #include "Selection/ToolSelectionUtil.h" |
Source | /Engine/Plugins/Runtime/MeshModelingToolset/Source/ModelingComponents/Private/Selection/ToolSelectionUtil.cpp |
namespace ToolSelectionUtil
{
void ToolSelectionUtil::SetNewActorSelection
(
UInteractiveToolManager * ToolManager,
AActor * Actor
)
}
Remarks
Change the active selection to the given Actor, via given ToolManager. Replaces existing selection.