Hi !!How can I check or uncheck root motion with a key?

I want the “Enable Root Motion” to have in my character blueprint but I don’t know how.
Does anyone know how this should work??
Hi !!How can I check or uncheck root motion with a key?

I want the “Enable Root Motion” to have in my character blueprint but I don’t know how.
Does anyone know how this should work??
The correct approach to toggle root motion on/off is via Animation Blueprint using the node set root motion modr, which has a few options
Ignore root motion
Root motion for everthing
Root motion for montages only.
You can send toggle inputs from your character BP or animation notifies.
If you search this topic in this forums, you’ll find many threads discussing this topic.
Thanks, that’s right