Tag: Visual Scripting

  • How to create a blueprint node with multiple exec pins.

    To create a blueprint node with multiple exec pins in Unreal Engine, you can use the ExpandEnumAsExecs meta tag in the UFUNCTION macro to specify the number of outputs The ExpandEnumAsExecs meta tag is a special meta tag that can be used in conjunction with an enum parameter in a blueprint function to automatically generate…