SkillAgentSearch skills...

LineRendererComponent

The plugin allows performant rendering of lines at runtime.

Install / Use

/learn @RaiaN/LineRendererComponent
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

Line Renderer Component

<br/> <p align="center"> <a href="https://github.com/RaiaN/LineRendererComponent"> <img src="Resources/Icon128.png" alt="Logo" width="128" height="128"> </a> <h3 align="center">Line Renderer Component</h3> <p align="center"> Draw and manipulate lines in Unreal at runtime with ease! <br/> <br/> </p> </p>

Line Renderer Component allows one to easily draw lines with thickness. Implementation is based on the engine BatchedLines with the modification to control how vertex buffers are filled with user data. This allows to have flexible system to control which lines should be shown, deleted and so on.

To support developers and receive Launcher updates please buy this plugin: UE Marketplace

Discord

Features:

  • Line drawing in Blueprints via simple interface (Actor Component)
  • Each line has Unique ID (user has full control over it)
  • Each line can have its own Thickness value as well as Color
  • Line material customization (Lit, Unlit, Translucent, etc.)
  • Per-line operators: hide/show, add/remove

Customizations

Plugin provides two example Line materials (M_LineDrawer_Opaque_Unlit and M_LineDrawer_Opaque_Unlit) as well as the example level (can be found in Plugin's Content directory). Check Content/BP_LineDrawer for how to use API.

How to use

Follow these steps:

  1. Add Line Renderer Component to Actor/Blueprint: <img src="Resources/component.png">
  2. Call Add Line Bluepint function, pass Section Index and Start and End vertices. Optionally, set Thickness and Line Color: <img src="Resources/example_0.png">
  3. Line Manipulation: <img src="Resources/example_1.png">

Example result: <img src="Resources/result.png" width="80%" height="80%">

Platforms: Win64, Android, Linux, Mac

Engine versions: 5.1-5.3

Related Skills

View on GitHub
GitHub Stars63
CategoryDevelopment
Updated12d ago
Forks13

Languages

C++

Security Score

95/100

Audited on Mar 24, 2026

No findings