Skip to content

Amir-BK/ExtraBlueprintSwitchStatements

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This plugin adds nodes that can be added to any blueprint graph. The nodes work like the standard blueprint switch statements. Extra options can be accessed by clicking the node and accessing its detail panel.

image

image

image

image

Switch on Int array (allows switching on an arbitrary collection of ints rather than consecutive ints as with the default switch on int node):

image

Custom blueprint nodes which inherit from K2Node_Switch and extend it.

K2Node_Switch creates a map of 'boolterms' that map between the output execution pins and functions that can be evaluated to a boolean, when the default node is shown and connected all other state[...]

As the nodes themselves are in an uncooked only module an additional runtime module containing the comparator functions is needed.

Community/Feedback/Support -

Please join the discord server - https://discord.gg/hTKjSfcbEn

About

A simple plugin that adds additionial blueprint switch statement nodes

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published