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