본문 바로가기

Unreal Engine

Unreal Engine Function, Macro, Event(Time oriented)

Function과 Macro의 차이점은

Function은 어디에서나 불러서 쓸 수 있으나

Macro는 해당 블루프린트에서만 사용 가능(제한적 의미)

 

명심하자..

Event는 Time Oriented하다(Delay 추가 가능)

Function은 Time Oriented하지 않다(Delay 추가 적합하지 않음)

Function

Macro
전체 Event Graph