본문 바로가기

전체 글145

Unreal Engine Mini-Project "Warehouse Wreckage" Project Setups if you check start content option, you can see the contents drawer on the bottom left. Double click StarterMap, then you can see a plenty of materials. How to show Blueprint behind the Map Click the toolbar, rounded by red circle. > Open level blueprint. then, you can see the new window, there is a blueprint editor. We call the centeral area, "Event Graph". 2023. 6. 26.
Unreal Engine Blueprint 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 Acce.. 2023. 6. 26.
Unreal Engine Moving&Placing Actors Today I will write about creating new objects and sizing. Scene is made of Actors. Everything is called 'Actor' which I can click seperately. And there is a outliner that shows every Actor in the scene. We can simply add Cube in the viewport. . There is a little gizmo. It shows three coordinate directions. We can drag them into particular direction of the arrows. It allows us to move the cube wi.. 2023. 6. 26.
Unreal Engine Viewport If we installed Unreal Engine then, we can see this window. We should set project name, the important thing is that project name must use English characters without spaces. Big area in the middle of the window is the viewport. It gives us a preview. Once we push a green play button, character appears and we can controll which way we looking. With WASD keys we can move around. We also can interac.. 2023. 6. 26.