TouchDesigner / TouchEngine-UE

The TouchEngine-UE plugin allows UE developers to load TouchDesigner components within UE while relying on the TouchEngine API.
Other
171 stars 11 forks source link

Adding .tox path to TouchEngine Component is triggering a crash #98

Closed jetXS closed 3 years ago

jetXS commented 3 years ago

While testing latest update, in vanilla Vritual Production project, UE 4.27.1

I created a new TouchEngine Actor

Edited blueprint -> TouchEngine Component

In details panel of Blueprint editor, I started typing a path ( Tox/ ) and then changed focus to go to my explorer to try and copy paste my .tox name.

This triggered a crash, I think because of the wrong path at first...

image

jetXS commented 3 years ago

Tried to reproduce but couldn't. Wondering if something timed out maybe? The "loading bar" seemed to be animated for a while.

ddthejj commented 3 years ago

Managed to repro in latest, in progress

ddthejj commented 3 years ago

Fixed in ded5cb659b9a6eb5ef60d1de56bb1a5594c844e7

jetXS commented 3 years ago

Tested and confirmed as fixed.