Page MenuHomeFeedback Tracker

Entities inheriting from PolylineShapeEntity will not have working points.
New, NormalPublic

Description

When inheriting from the PolylineShapeEntity, the new entities points will not work correctly.

Details

Severity
Minor
Resolution
Open
Reproducibility
Always
Operating System
Windows 7
Category
General
Steps To Reproduce
  1. In the script editor, add an entity inheriting from PolylineShapeEntity:
[EntityEditorProps(category: "GameScripted/", description: "")]
class TILW_PolylineTestClass : PolylineShapeEntityClass
{
}
class TILW_PolylineTest : PolylineShapeEntity
{
}
  1. Reload your scripts, open a world and drag in the entity from the Create tab.
  2. With the entity selected, go into the vector tool and press CTRL+LC to place some points - this works as expected.
  3. Issue 1: Try selecting one of the placed points with your cursor, this will not work.
  4. Issue 2: Leave the vector tool, the points will still be displayed outside of it.

The issue does not go away even after reloading the world.

Event Timeline

TilW created this task.Thu, Apr 24, 4:32 PM