How Do I set one element in an array to true/false

I am making a program in UE4 and have an array of Booleans and I want to set only one value to true/false and I could not find a way to do that, I am probably blind and just don’t see it when it is in front of my face.

~Thanks in advance!

Hi
Could the function “Set Array Element” solve your problem?
You just say it what array to use, what index you want to change and then true/false

1 Like

Thank you, That Helped A lot!