Navigation
API > API/Plugins > API/Plugins/UVEditorTools
Instantiation of a basic line set component in 3D using FVector3f for line positions.
| Name | UBasic3DTriangleSetComponent |
| Type | class |
| Header File | /Engine/Plugins/Editor/UVEditor/Source/UVEditorTools/Public/Drawing/BasicTriangleSetComponent.h |
| Include Path | #include "Drawing/BasicTriangleSetComponent.h" |
Syntax
UCLASS ()
class UBasic3DTriangleSetComponent :
public UBasicTriangleSetComponentBase ,
public TBasicElementSet< FVector3f, 3 >
Inheritance Hierarchy
- TBasicElementSet → UBasic3DTriangleSetComponent
- UObjectBase → UObjectBaseUtility → UObject → UActorComponent → USceneComponent → UPrimitiveComponent → UMeshComponent → UBasicTriangleSetComponentBase → UBasic3DTriangleSetComponent
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/BasicTriangleSetComponent.h |