본문 바로가기
Unreal Engine5/게임 만들기 - Warehouse Wreckage

Unreal Engine Blueprint&Event Graph

by wanna_dev 2023. 6. 26.

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.