I’ve been expanding on the Third Person blueprint tutorial and I was trying to get the character blueprint to notify the character anim bp when an InputAction occurs buuuut after trying to use an object variable that holds the character blue print ref and a public variable, I can’t seem to get a boolean to update (in the character bp) so I can change a boolean in the character anim bp.
I’m starting to wonder if there simply is no way to communicate to the anim bp event graph (or any aspect of it).
Maybe there’s a better way to pass values/events to the character anim bp?
Thanks!