mordentral / VRExpPluginExample

VRE Example Template
https://www.vreue4.com
MIT License
217 stars 84 forks source link

In Use pin Grip Initiator no longer exist on node IsDenyingGrip #8

Closed zmifsx closed 3 years ago

zmifsx commented 3 years ago

Compiled from branch UE4.26_locked

Is breaking the link enough or there's need fixing somewhere else? There's two other same errors and I tried breaking the link, compiles fine but asking just in case it's important. awdaw

mordentral commented 3 years ago

You copied in the plugin seperately? The example comes with the correct plugin version for it already.

mordentral commented 3 years ago

That looks like you copied in an older precompiled binary version of the plugin , so yes you can unlink those nodes if you never need to check the hand when denying, but typically you should have just compiled the template as it came. Or used the plugins 4.26 branch instead of the precompiled binaries (those stay in their last version when the engine is updated but I keep porting fixes and new features to the actual repositories).

zmifsx commented 3 years ago

That looks like you copied in an older precompiled binary version of the plugin , so yes you can unlink those nodes if you never need to check the hand when denying, but typically you should have just compiled the template as it came. Or used the plugins 4.26 branch instead of the precompiled binaries (those stay in their last version when the engine is updated but I keep porting fixes and new features to the actual repositories).

Everything is fine with the 4.26 branch plugins. Thanks!