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.
We can make a connection between the two.
We can see the String being printed, at the top right.
'Unreal Engine5 > 게임 만들기 - Warehouse Wreckage' 카테고리의 다른 글
Unreal Engine Class & Instance (0) | 2023.06.28 |
---|---|
Unreal Engine Adding an Impulse to Objects (0) | 2023.06.26 |
Unreal Engine Object & Reference (0) | 2023.06.26 |
Unreal Engine Physics Simulation (0) | 2023.06.26 |
Unreal Engine Mini-Project "Warehouse Wreckage" (0) | 2023.06.26 |