Quickie Blueprint Example: Spawn a Replicated Actor on the server-side using Blueprint

@gankey Does it work in Local Play at all?

@ Nguyen Ken; Take a look at 's “Distraction Arrow” for a real example of how it was used. Basically before I blueprinted in the authorities for the spider to spawn in on server side, it was just spawning in client side. The problem with that is, if it is not called on by the server, then it won’t actually be spawned in a server setting! So how you fix that is by using a blueprint like this to dictate it’s spawn being on server side and giving it those needed authorities. Hope this helps :slight_smile: