Navigation
API > API/Plugins > API/Plugins/ScriptableToolsFramework > API/Plugins/ScriptableToolsFramework/Drawing > API/Plugins/ScriptableToolsFramework/Drawing/UScriptableToolLine
References
| Module | ScriptableToolsFramework |
| Header | /Engine/Plugins/Runtime/ScriptableToolsFramework/Source/ScriptableToolsFramework/Public/Drawing/ScriptableToolLine.h |
| Include | #include "Drawing/ScriptableToolLine.h" |
| Source | /Engine/Plugins/Runtime/ScriptableToolsFramework/Source/ScriptableToolsFramework/Private/Drawing/ScriptableToolLine.cpp |
UFUNCTION (BlueprintCallable, Category="ScriptableTool|Drawing|Lines")
void SetLineEndPoints
(
FVector Start,
FVector End
)
Remarks
Set the starting and ending positions of the line
Parameters
| Name | Description |
|---|---|
| Start | The position in space of the start of the line |
| End | The position in space of the end of the line |