Navigation
API > API/Plugins > API/Plugins/ScriptableToolsFramework
| Name | UScriptableToolPointSet |
| Type | class |
| Header File | /Engine/Plugins/Runtime/ScriptableToolsFramework/Source/ScriptableToolsFramework/Public/Drawing/ScriptableToolPointSet.h |
| Include Path | #include "Drawing/ScriptableToolPointSet.h" |
Syntax
UCLASS (MinimalAPI, BlueprintType)
class UScriptableToolPointSet : public UObject
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UScriptableToolPointSet
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Create and return a new point object. | Drawing/ScriptableToolPointSet.h |
|
|
void Initialize
(
TObjectPtr< UPreviewGeometry > PreviewGeometry |
Drawing/ScriptableToolPointSet.h | ||
void OnTick() |
Drawing/ScriptableToolPointSet.h | ||
void RemoveAllPoints() |
Remove all current points in the set. | Drawing/ScriptableToolPointSet.h |
|
void RemovePoint
(
UScriptableToolPoint* Point |
Remove a specific point object from the set, removing it from the scene. | Drawing/ScriptableToolPointSet.h |
|
void SetAllPointsColor
(
FColor Color |
Set the color of all points in the set simultaneously. | Drawing/ScriptableToolPointSet.h |
|
void SetAllPointsSize
(
float Size |
Set the size of all points in the set simultaneously. | Drawing/ScriptableToolPointSet.h |
|