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