Navigation
API > API/Plugins > API/Plugins/ScriptableToolsFramework
| Name | UScriptableToolLineSet |
| Type | class |
| Header File | /Engine/Plugins/Runtime/ScriptableToolsFramework/Source/ScriptableToolsFramework/Public/Drawing/ScriptableToolLineSet.h |
| Include Path | #include "Drawing/ScriptableToolLineSet.h" |
Syntax
UCLASS (BlueprintType)
class UScriptableToolLineSet : public UObject
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UScriptableToolLineSet
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Create and return a new line object. | Drawing/ScriptableToolLineSet.h |
|
|
void Initialize
(
TObjectPtr< UPreviewGeometry > PreviewGeometry |
Drawing/ScriptableToolLineSet.h | ||
void OnTick() |
Drawing/ScriptableToolLineSet.h | ||
void RemoveAllLines() |
Remove all current lines in the set. | Drawing/ScriptableToolLineSet.h |
|
void RemoveLine
(
UScriptableToolLine* Line |
Remove a specific line object from the set, removing it fromt the scene. | Drawing/ScriptableToolLineSet.h |
|
void SetAllLinesColor
(
FColor Color |
Set the color of all lines in the set simultaneously. | Drawing/ScriptableToolLineSet.h |
|
void SetAllLinesThickness
(
float Thickness |
Set the thickness of all lines in the set simultaneously. | Drawing/ScriptableToolLineSet.h |
|