Actor Relevancy Plugin - Setup Tutorial
Вставка
- Опубліковано 5 лют 2025
- A plugin for starting and stopping blueprint script based on player proximity. Easy to setup in just a couple of steps and can massively improve your blueprint performance.
DM "relevancy" to Jackson on Discord for a download link.
Thanks!
Discord: / discord
#unrealenginetutorial #indiegamedev - Ігри
See the description for a download link!
Amazing work as always mate.
Just quickly, how does this affect both an AI agent and it's respective Animationblueprint. Say you run away and exceed the relevancy radius, do the AI still chase after you, or is that bound by 'tick time' in the relevancy component?
@@ThaGuyWithCake the component dispatches an event for you to start or stop anything you want on the overlap events. For example you can run or stop the behavior tree, set or clear the animation blueprint, or even spawn and despawn a character entirely
@@ThaGuyWithCake thanks so much