Navigation
API > API/Plugins > API/Plugins/ScriptableToolsFramework > API/Plugins/ScriptableToolsFramework/Drawing
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UScriptableToolLine
References
| Module | ScriptableToolsFramework |
| Header | /Engine/Plugins/Runtime/ScriptableToolsFramework/Source/ScriptableToolsFramework/Public/Drawing/ScriptableToolLine.h |
| Include | #include "Drawing/ScriptableToolLine.h" |
Syntax
UCLASS (BlueprintType)
class UScriptableToolLine : public UObject
Functions
| Type | Name | Description | |
|---|---|---|---|
| FRenderableLine | |||
| int32 | GetLineID () |
||
| bool | IsDirty () |
||
| void | SetLineColor
(
FColor Color |
Set the line's color | |
| void | SetLineDepthBias
(
float DepthBias |
Set the line's depth bias. | |
| void | SetLineEnd
(
FVector End |
Set the ending position of the line | |
| void | SetLineEndPoints
(
FVector Start, |
Set the starting and ending positions of the line | |
| void | |||
| void | SetLineStart
(
FVector Start |
Set the starting position of the line | |
| void | SetLineThickness
(
float Thickness |
Set the line's thickness |