Knowledge base
Search Blueprint patterns
Searching…
Knowledge base
Knowledge base
Free, anonymous browsing of Unreal Engine Blueprint examples, node references, and best practices. The same content the WoalzCraft plugin uses to generate Blueprints.
28 results for conditional
BranchUE 5.3, 5.4, 5.5, 5.6, 5.7updated 3mo agoMacro. WARNING: can cause infinite loop if condition never becomes false.
WhileLoopUE 5.0, 5.1, 5.2, 5.3, 5.4, 5.5, 5.6, 5.7updated 3mo agoPure node. bPickA=true returns A, bPickA=false returns B. Works for any type.
SelectFloatUE 5.3, 5.4, 5.5, 5.6, 5.7updated 3mo agoA True/False value. The simplest type — used for flags, toggles, and Branch conditions.
BooleanORUE 5.3, 5.4, 5.5, 5.6, 5.7updated 3mo agoOR=BooleanOR, NOT=Not_PreBool, XOR=BooleanXOR
ANDUE 5.4, 5.7updated 3mo agoLessUE 5.4, 5.7updated 3mo ago<=UE 5.0, 5.1, 5.2, 5.3, 5.4, 5.5, 5.6, 5.7updated 3mo agoBooleanANDUE 5.3, 5.4, 5.5, 5.6, 5.7updated 3mo agoGreaterUE 5.4, 5.7updated 3mo ago