I have some logic in my Event Graph that needs to be moved to the BlueprintThreadSafeUpdationAnimation function (like how Lyra works).
I have a section that uses e.g. Try Get Pawn Owner → Get Component by Class → Is Valid, etc, to help make variables from it.
But Is Valid is not thread safe.