UE::Geometry::FindPersistentMeshSelectionManager

Find an existing [UPersistentMeshSelectionManager](API\Plugins\ModelingComponents\Selection\UPersistentMeshSelectionManager) in the ToolsContext's ContextObjectStore

Choose your operating system:

Windows

macOS

Linux

References

Module

ModelingComponents

Header

/Engine/Plugins/Runtime/MeshModelingToolset/Source/ModelingComponents/Public/Selection/PersistentMeshSelectionManager.h

Include

#include "Selection/PersistentMeshSelectionManager.h"

Source

/Engine/Plugins/Runtime/MeshModelingToolset/Source/ModelingComponents/Private/Selection/PersistentMeshSelectionManager.cpp

Syntax

namespace UE
{
    namespace Geometry
    {
        UPersistentMeshSelectionManager * UE::Geometry::FindPersistentMeshSelectionManager
        (
            UInteractiveToolManager * ToolManager
        )
    }
}

Remarks

Find an existing UPersistentMeshSelectionManager in the ToolsContext's ContextObjectStore

Returns

SelectionManager pointer or nullptr if not found