mixed-reality-extension-sdk
mixed-reality-extension-sdk copied to clipboard
Spawn actor with a transform relative relative to another actor without being parented to that actor
Often you want to have an actor appear to be created by another actor (for example a bullet from a gun), but there's no easy way to do this without latency. That's a problem if actor is movign quickly. Maybe we should have a way to say "even though your parent is actor X, spawn relative to actor Y"?