Navigation
API > API/Plugins > API/Plugins/UVEditorTools > API/Plugins/UVEditorTools/Drawing
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UActorComponent
- USceneComponent
- UPrimitiveComponent
- UMeshComponent
- UBasicLineSetComponentBase
- UBasic2DLineSetComponent
References
| Module | UVEditorTools |
| Header | /Engine/Plugins/Editor/UVEditor/Source/UVEditorTools/Public/Drawing/BasicLineSetComponent.h |
| Include | #include "Drawing/BasicLineSetComponent.h" |
Syntax
UCLASS&40;&41;
class UBasic2DLineSetComponent :
public UBasicLineSetComponentBase,
public TBasicElementSet< FVector2f, 2 >
Remarks
Instantiation of a basic line set component in 2D using FVector2f for line positions.
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Clear () |
Clear all lines and component state. |