Unreal Engine 5 - Invisibility Cloak - Temporarily Hiding from AI Perception (ALS #185)
🕑 Added 2023-07-20 09:02:00 +0000 UTCIn this episode of unreal engine shooter tutorial series, I am going to continue with invisibility cloak mode. Today we will work on how to limit the ability to use invisibility cloak by implementing a way to deplete power. Once the power is fully drained, The cloak will be disabled and character will become visible again. Here, I will use the stamina bar as the power used for invisibility cloak.
Comments
Jason Morley
I figured it out my enemy system uses tags so I just removed tags when the event is triggered in the ai much cleaner
Jason Morley
Do I set them to ignore when I make them I don't know how the visibility channel works lol
Thilina Premasiri
Depends on the usage of existing channels. If unsure, create new one
Jason Morley
On what channel I should use or should I make a new one
Jason Morley
Any suggestions
Thilina Premasiri
I am not sure if you can change the trace channel used by AI to something else, Perhaps you can change the other traces into a custom channel
Jason Morley
hey was just trying to implement this tutorial but the cylinder gets inthe wayt of all my traces as they use the visibility channel do u know a way to make the character ignore the visibility collision but block it from the ai