Navigation
API > API/Plugins > API/Plugins/ModelingComponents > API/Plugins/ModelingComponents/Drawing > API/Plugins/ModelingComponents/Drawing/ULineSetComponent > API/Plugins/ModelingComponents/Drawing/ULineSetComponent/AddLines
References
| Module | ModelingComponents |
| Header | /Engine/Plugins/Runtime/MeshModelingToolset/Source/ModelingComponents/Public/Drawing/LineSetComponent.h |
| Include | #include "Drawing/LineSetComponent.h" |
| Source | /Engine/Plugins/Runtime/MeshModelingToolset/Source/ModelingComponents/Private/Drawing/LineSetComponent.cpp |
UFUNCTION (BlueprintCallable, Category="Line Set")
int32 AddLines
(
const TArray < FVector > & InStart,
const TArray < FVector > & InEnd,
const FColor & InColor,
const float InThickness,
const float InDepthBias
)
Remarks
Add lines to be rendered using the component.