Function과 Macro의 차이점은
Function은 어디에서나 불러서 쓸 수 있으나
Macro는 해당 블루프린트에서만 사용 가능(제한적 의미)
명심하자..
Event는 Time Oriented하다(Delay 추가 가능)
Function은 Time Oriented하지 않다(Delay 추가 적합하지 않음)
Function
'Unreal Engine' 카테고리의 다른 글
Flip Flop - Make the pointlight turn on / off (0) | 2021.06.25 |
---|---|
Unreal Engine Switch blueprint from an integer, from a string (0) | 2021.06.24 |
Unreal engine blueprint gamemode, blueprint character , 카메라, 조명 설정 (0) | 2021.06.24 |
Unreal Engine isValid (0) | 2021.06.24 |
Unreal Engine BluePrint While Loop (0) | 2021.06.24 |