I tried to create a “GetMainAnimBPThreadSafe” referring to Lyra Starter Game, but I get an error.
Error contents
Get Main Anim BPThread Safe Accessing an object reference is not thread-safe
Does anyone know the cause of this error?
I tried to create a “GetMainAnimBPThreadSafe” referring to Lyra Starter Game, but I get an error.
Error contents
Get Main Anim BPThread Safe Accessing an object reference is not thread-safe
Does anyone know the cause of this error?
i had a similar problem. i renamed “Return” to “ReturnValue” and it worked
I’m a bit late to this thread but if anyone else if having issues with Thread safe animation blueprint, you’re gonna wanna place a Property Access node in Thread-safe functions and choose Thread Safe in the details panel on the right.
When placing the Property Access node, select the drop-down window and choose the variables you want to get.
Check out this video:
Same problem lol, thanks that was the reason.