Navigation
API > API/Plugins > API/Plugins/ScriptableToolsFramework > API/Plugins/ScriptableToolsFramework/UScriptableToolLineSet
Description
Create and return a new line object. Users should save a reference to this object for future updates or removal from the set.
| Name | AddLine |
| Type | function |
| Header File | /Engine/Plugins/Runtime/ScriptableToolsFramework/Source/ScriptableToolsFramework/Public/Drawing/ScriptableToolLineSet.h |
| Include Path | #include "Drawing/ScriptableToolLineSet.h" |
| Source | /Engine/Plugins/Runtime/ScriptableToolsFramework/Source/ScriptableToolsFramework/Private/Drawing/ScriptableToolLineSet.cpp |
UFUNCTION (BlueprintCallable, Category="ScriptableTool|Drawing|LineSet")
UScriptableToolLine * AddLine()
The new line object added to the set.