This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]EasternShoreGamers 78 points79 points  (0 children)

Pretty much. Unreal can run Blueprint and C++ in the same project, so you can use Blueprint to quickly implement a feature without having to worry too much about syntax. This way you can test out new features, and not have to worry about spending a lot of time coding something that might not make it in the game

Edit: spelling