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 SetLineEnd
(
FVector End
)
Remarks
Set the ending position of the line
Parameters
| Name | Description |
|---|---|
| End | The position in space of the end of the line |