Navigation
API > API/Plugins > API/Plugins/ScriptableToolsFramework > API/Plugins/ScriptableToolsFramework/Drawing
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UScriptableToolPoint
References
| Module | ScriptableToolsFramework |
| Header | /Engine/Plugins/Runtime/ScriptableToolsFramework/Source/ScriptableToolsFramework/Public/Drawing/ScriptableToolPoint.h |
| Include | #include "Drawing/ScriptableToolPoint.h" |
Syntax
UCLASS (BlueprintType)
class UScriptableToolPoint : public UObject
Functions
| Type | Name | Description | |
|---|---|---|---|
| FRenderablePoint | |||
| int32 | GetPointID () |
||
| bool | IsDirty () |
||
| void | SetPointColor
(
FColor Color |
Set the point's color | |
| void | SetPointDepthBias
(
float DepthBias |
Set the point's depth bias. | |
| void | SetPointID
(
int32 PointIDIn |
||
| void | SetPointPosition
(
FVector Position |
Set the position of the point | |
| void | SetPointSize
(
float Thickness |
Set the point's size |