본문 바로가기

전체 글162

Unreal Engine Blueprint&Event Graph Event Graph - Canvas of our Blueprint click left mouse, and type "print string". Node is a premade functionality And then we should find Event BeginPlay, Event is a "When" node which means, when should the event happens. And there are Pins that are Sockets we can connect up. Left Pin called "Input Pin" which means when to run this node, Right Pin called "Output Pin" which means what to do after... 2023. 6. 26.
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.