Navigation
API > API/Plugins > API/Plugins/UVEditorTools
Instantiation of a basic line set component in 3D using FVector3f for line positions.
| Name | UBasic3DLineSetComponent |
| Type | class |
| Header File | /Engine/Plugins/Editor/UVEditor/Source/UVEditorTools/Public/Drawing/BasicLineSetComponent.h |
| Include Path | #include "Drawing/BasicLineSetComponent.h" |
Syntax
UCLASS ()
class UBasic3DLineSetComponent :
public UBasicLineSetComponentBase ,
public TBasicElementSet< FVector3f, 2 >
Inheritance Hierarchy
- TBasicElementSet → UBasic3DLineSetComponent
- UObjectBase → UObjectBaseUtility → UObject → UActorComponent → USceneComponent → UPrimitiveComponent → UMeshComponent → UBasicLineSetComponentBase → UBasic3DLineSetComponent
Implements Interfaces
- IAsyncPhysicsStateProcessor
- IInterface_AssetUserData
- IInterface_AsyncCompilation
- INavRelevantInterface
- IPhysicsComponent
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void Clear() |
Clear all lines and component state. | Drawing/BasicLineSetComponent.h |