http://puu.sh/wXt1U/d382ce8d03.jpg
Running into an issue where this is always returning not valid despite the AI Controller reference setting the Valid boolean to true.
This results in a failure of the AI’s health to ever initiate which results in total failure of the AI to make any moves.
Edit: This has been fixed, turns out the Valid condition check in Add Board Player Reference got disconnected somehow(not sure why) and was causing it to always fail.
However, the AI player controller will now no longer recognize any cards in hand. It will run the check, but it will always fail that check and just end the turn instead.