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 SetLineThickness
(
float Thickness
)
Remarks
Set the line's thickness
Parameters
| Name | Description |
|---|---|
| Thickness | The visual thickness in pixels the line should be rendered as |