CPU Multithreading and Job Threads

Actually, it’s true for animation blueprints that are setup to use the fast path. But yeah, normal BPs all run on the same thread. Also, there’s nothing stopping you from calling UFUNCTIONs on other threads (there are even some plugins on the marketplace for that) but you need to make sure your code only does thread-safe things.