Navigation
API > API/Plugins > API/Plugins/ScriptableToolsFramework > API/Plugins/ScriptableToolsFramework/Drawing > API/Plugins/ScriptableToolsFramework/Drawing/UScriptableToolTriangleSet
References
| Module | ScriptableToolsFramework |
| Header | /Engine/Plugins/Runtime/ScriptableToolsFramework/Source/ScriptableToolsFramework/Public/Drawing/ScriptableToolTriangleSet.h |
| Include | #include "Drawing/ScriptableToolTriangleSet.h" |
| Source | /Engine/Plugins/Runtime/ScriptableToolsFramework/Source/ScriptableToolsFramework/Private/Drawing/ScriptableToolTriangleSet.cpp |
UFUNCTION (BlueprintCallable, Category="ScriptableTool|Drawing|TriangleSet")
void RemoveTriangle
(
UScriptableToolTriangle * Triangle
)
Remarks
Remove a specific triangle object from the set, removing it from the scene.
Parameters
| Name | Description |
|---|---|
| Triangle | A reference to a triangle to be removed from the set. |