You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
The comparison operators return boolean vectors, but we were assigning the result to scalar booleans. We need to use all() around comparisons, to make sure they work correctly. Since there's no all() opcode in the VM, I've added NiagaraAll() which emulates it on CPU. Also added support for comparing boolean values (new operator nodes plus support in the VM codegen). #rb none #ROBOMERGE-SOURCE: CL 11282275 via CL 11282292 #ROBOMERGE-BOT: (v647-11244347) [CL 11284441 by mihnea balta in Main branch]