blueprint

Traffic Light System Set Visibility

  • Exposure: public
  • UE Version: 5.3

BoomerFart

October 20, 2023, 5:12 pm

Click the button above, it will automatically copy blueprint in your clipboard. Then in Unreal Engine blueprint editor, paste it with ctrl + v

1 comment

  • BoomerFart

    October 20, 2023, 5:12 pm

    Repeat new Function for Amber and Green Create Variables for StartingColor and TrafficLightColors (Enum type), GreenLightDuration and RedLightDuration (Floats) Ignore the Booleans, I made those for PrintStrings.