blueprint

disguise Boolean Play Sequence On/Off Toggle

  • Exposure: public
  • UE Version: 4.27

A_Face

September 19, 2022, 9:01 pm

  • 4.27 with disguise requires Sequences to be hooked up to the Event Tick; not the most efficient way to expose multiple parameters, but will work. There are updated versions that exist that allow the user to trigger custom events from their UE level blueprint and make them keyframeable in a RenderStream layer. See disguise release notes on r22 for more information: https://www.disguise.one/media/8268/r220-release-notes.pdf

  • Red boolean nodes with the names "Ground", "Middle", and "Top" are the user-added variables that will be exposed to the RenderStream layer

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