UPreviewGeometry::RemoveLineSet

Remove the LineSetComponent with the given LineSetIdentifier

Windows
MacOS
Linux

References

Module

ModelingComponents

Header

/Engine/Plugins/Experimental/MeshModelingToolset/Source/ModelingComponents/Public/Drawing/PreviewGeometryActor.h

Include

#include "Drawing/PreviewGeometryActor.h"

Source

/Engine/Plugins/Experimental/MeshModelingToolset/Source/ModelingComponents/Private/Drawing/PreviewGeometryActor.cpp

Syntax

[UFUNCTION](Programming/UnrealArchitecture/Reference/Functions)()
bool RemoveLineSet
(
    const FString & LineSetIdentifier,
    bool bDestroy
)

Remarks

Remove the LineSetComponent with the given LineSetIdentifier

Returns

true if the LineSetComponent was found and removed

Parameters

Parameter

Description

bDestroy

if true, component will unregistered and destroyed.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss