Game Development Stack Exchange is a question and answer site for professional and independent game developers. Join them; it only takes a minute:

Sign up
Here's how it works:
  1. Anybody can ask a question
  2. Anybody can answer
  3. The best answers are voted up and rise to the top

Using UE4's "Blueprint" visual scripting system, how can I dynamically spawn objects at runtime?

share|improve this question
    
@Byte56 Sir I've edited my question? It would be very helpful if you can answer it for me. Thank You – Amaresh Apr 12 '14 at 13:18
    
Heavily edited the question, in an effort to make it re-openable. I think this is the question you were really trying to ask, @Amaresh? – Trevor Powell Apr 12 '14 at 13:33
    
@TrevorPowell thank you sir... – Amaresh Apr 12 '14 at 13:35
up vote 2 down vote accepted

I would recommend watching: https://www.youtube.com/watch?v=rhCGy9ceRPI

It will show you how to spawn something from pressing a key at a target location, I would say just replace the key press with the Initialize Level function.

Not sure if that might be what you are wanting.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.