Avindr / Strider-UE4-Issue-Tracking

This repository contains the example project for the 'Strider' plugin for UE4 (plugin not included). It is also used for issue-tracking support on that plugin
2 stars 1 forks source link

Unsafe Debug console variables getters #2

Closed Avindr closed 4 years ago

Avindr commented 4 years ago

The debug console getters used on 'AnyThread' in the animation nodes are the un-safe version and may potentially cause crashes.

A fix will be deployed in the next update with the thread safe version of these getters instead.

CVar.GetValueOnGameThread() -> CVar.GetValueOnAnyThread()

Avindr commented 4 years ago

An update has been submitted to the UE4 marketplace (v1.02) with a fix for this.

This issue will be closed once the submission is approved.