UE::Geometry::DeregisterPersistentMeshSelectionManager

Remove any existing [UPersistentMeshSelectionManager](API\Plugins\ModelingComponents\Selection\UPersistentMeshSelectionManager) from 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
    {
        bool UE::Geometry::DeregisterPersistentMeshSelectionManager
        (
            UInteractiveToolsContext * ToolsContext
        )
    }
}

Remarks

Remove any existing UPersistentMeshSelectionManager from the ToolsContext's ContextObjectStore

Returns

true if the ContextObjectStore no longer has a UPersistentMeshSelectionManager (whether it was removed, or did not exist)