Variables in STRUCT are not found

When I type the name of a variable into the “Struct” search, my variable is not in the list.

Why would it? It’s not like you defined a new data type, it’s just a bool array which you already chose.

Figured it out, if you want to access a member in a STRUCT, you have to search for the “name” of the STRUCT. Then, the you will see the member’s default values.