Navigation
API > API/Plugins > API/Plugins/ScriptableToolsFramework > API/Plugins/ScriptableToolsFramework/UScriptableToolTriangleSet
Description
Create and return a new quad object. Quad objects are two paired triangles. Users should save a reference to this object for future updates or removal from the set.
| Name | AddQuad |
| 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")
UScriptableToolQuad * AddQuad()
The new quad object added to the set