Navigation
API > API/Plugins > API/Plugins/ScriptableToolsFramework > API/Plugins/ScriptableToolsFramework/Drawing > API/Plugins/ScriptableToolsFramework/Drawing/UScriptableToolPointSet
References
| Module | ScriptableToolsFramework |
| Header | /Engine/Plugins/Runtime/ScriptableToolsFramework/Source/ScriptableToolsFramework/Public/Drawing/ScriptableToolPointSet.h |
| Include | #include "Drawing/ScriptableToolPointSet.h" |
| Source | /Engine/Plugins/Runtime/ScriptableToolsFramework/Source/ScriptableToolsFramework/Private/Drawing/ScriptableToolPointSet.cpp |
UFUNCTION (BlueprintCallable, Category="ScriptableTool|Drawing|PointSet")
void RemovePoint
(
UScriptableToolPoint * Point
)
Remarks
Remove a specific point object from the set, removing it from the scene.
Parameters
| Name | Description |
|---|---|
| Point | A reference to a point to be removed from the set. |