Yeah, they don't use target highlights because it only uses the cell highlights, so you need to use their Schematic highlight type instead.
Yes, this'll be used for each highlighted cell (e.g. when highlighting use ranges) or each time when changing the selection, just like the target highlight is also used when you change the selected target.
<blockquote>Tzunamii said: - I dont have the user nor the ability (action).</blockquote>
That's correct, grid highlights don't have that information. No way around that ...
<blockquote>Tzunamii said: Not want open a extra thread for this little question. In a ShootAction(schematic) I want a camera shake but nothing happens (using the node). Battle Camera is set to Allow Schematic. And Block Camera Controll is disabled. Any idea why it dont work?</blockquote>
Camera shake, or generally, camera changes can only work when the camera control is blocked, otherwise the camera control will negate all changes when it udpates the camera at the end of the frame.
So, for the shake, block the camera control before, do the shake (e.g. with wait) and unblock the control afterwards (Block Camera Control node). Or just block the control for the whole schematic :)