Navigation
API > API/Plugins > API/Plugins/ScriptableToolsFramework > API/Plugins/ScriptableToolsFramework/Drawing > API/Plugins/ScriptableToolsFramework/Drawing/UScriptableToolLineSet
References
| Module | ScriptableToolsFramework |
| Header | /Engine/Plugins/Runtime/ScriptableToolsFramework/Source/ScriptableToolsFramework/Public/Drawing/ScriptableToolLineSet.h |
| Include | #include "Drawing/ScriptableToolLineSet.h" |
| Source | /Engine/Plugins/Runtime/ScriptableToolsFramework/Source/ScriptableToolsFramework/Private/Drawing/ScriptableToolLineSet.cpp |
UFUNCTION (BlueprintCallable, Category="ScriptableTool|Drawing|LineSet")
void RemoveLine
(
UScriptableToolLine * Line
)
Remarks
Remove a specific line object from the set, removing it fromt the scene.
Parameters
| Name | Description |
|---|---|
| Line | A reference to a line to be removed from the set. |