UE5 Blueprints Optimization Course: Dash With Cooldown #7

Поділитися
Вставка
  • Опубліковано 13 гру 2024

КОМЕНТАРІ • 2

  • @ChrixB
    @ChrixB 9 днів тому

    I noticed that you use a macro instead of a function for the WASD controls. When is it better to use a macro versus a function? Perhaps this could be a topic for a new tutorial. 😉

    • @chankulovski
      @chankulovski  9 днів тому

      I will make a Tutorial for something like that for sure. Overall, Functions are always returning True, whereas Macro can use True or False output. Also, Macro can have multiple Execution pins for Input/Output, Function have only one Execution pin for Input and one for Output.