I’ve discovered there are now some blueprint nodes that we can use to access the commandline and parse options:
- The “Get Command Line” node is working.
- The “Has Launch Option” node will find a launch option but only non-key-value options e.g. it will find “key1” if -key1 is in the commandline but not if -key1=value is in the commandline.
- I can’t get the 4 nodes at the bottom to work at all. e.g. the “Has Option” node - If I pass the return value from “Get Command Line” into the “Options” input, and set “In Key” to key1, it returns false (while the “Has Launch Option” node returns true).
Is there a special way to use the bottom four nodes? I can parse the commandline manually as a workaround but it’d be convenient if these juicy-looking nodes worked