본문 바로가기
Unreal Engine5

Unreal Engine Blueprint

by wanna_dev 2023. 6. 26.

Today, I'm going to write about Blueprint

 

What is Blueprint? : Blueprint is a Visual Programming Language. 

Blueprint is specifically for Unreal. So If you want to program with c++, then you need another editor for c++.

 

Blueprint Strengths 

  • Quick to change
  • Beginner friendly
  • Easy to discover
  • Tailor-made for Enreal
  • Designer/artist friendly 

C++ Strengths

  • More concise
  • Industry standard
  • High speed
  • Access all areas
  • Good for bigger projects

Blueprint&C++ should work together.

 

 

 

 

이 글은, Udemy의 강의 중 하나인, "Unreal Engine 5 C++ 개발자: C++ 학습하고 비디오 게임 제작하기" 를 학습하고 올리는 요약입니다.

This article is a summary of learning and uploading one of Udemy's lectures, "Unreal Engine 5 C++ Developers: Learning C++ and Creating Video Games."

'Unreal Engine5' 카테고리의 다른 글

Unreal Engine Moving&Placing Actors  (0) 2023.06.26
Unreal Engine Viewport  (0) 2023.06.26
Unreal Engine Installation  (0) 2023.06.26