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

Disappearing warp nodes #11

Open robbids opened 3 years ago

robbids commented 3 years ago

I'm using Engine version 4.26.1 Strider v1.8

Everytime I relaunch the project all of the warp nodes have disappeared. I downloaded the test project and there is no problem there even when I converted it to 4.26.1.

I've installed the plugin both through engine and placing a Plugin folder with the Strider plugin inside 01 02 03 04

Avindr commented 3 years ago

Sorry for the big delay in responding to this.

Unfortunately I'm not sure how I can reproduce this issue. I didn't encounter it myself and there isn't anything special about those nodes. They are a regular blueprint function library.

It sounds like UE4 is loading the blueprint before the Stride Plugin somehow. Strider loads in the 'PreDefault' phase which is should be before any animation blueprint is loaded. Is it perhaps possible that your project has settings for a different load order?