Animation Sharing Plugin - OnDemand Playrate

In the documentation I found no mentioning that animation instances are not to be used with on deman animation states of the animation sharing plugin.

But in the Animation Sharing Plugins code it says:

AnimInstance->PlayRate = StateData.bIsOnDemand ? 0.f : 1.0f;

How is one to handle AnimInstances in general when using on demand? I can not listen to notifies and get all instances actors and set PlayRate to 1.f when the animation PlayRate is 0.f to begin with. So whats the idea behind this? Or what to do?

Below the link to the line on epics github

link text