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