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