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.
20 results for Boolean
BooleanORUE 5.3, 5.4, 5.5, 5.6, 5.7updated 2mo agoBooleanANDUE 5.3, 5.4, 5.5, 5.6, 5.7updated 2mo agoBooleanNOTUE 5.3, 5.4, 5.5, 5.6, 5.7updated 2mo agoA True/False value. The simplest type — used for flags, toggles, and Branch conditions.
Pure node. Type-specific variants: SelectFloat, SelectInt, SelectVector, SelectObject, SelectString, SelectColor.
SelectUE 5.0, 5.1, 5.2, 5.3, 5.4, 5.5, 5.6, 5.7updated 2mo agoSplits execution into True / False paths based on a Boolean condition. The most common decision node.
To String (bool)UE 5.0, 5.1, 5.2, 5.3, 5.4, 5.5, 5.6, 5.7updated 2mo agoOR=BooleanOR, NOT=Not_PreBool, XOR=BooleanXOR
ANDUE 5.4, 5.7updated 2mo agoRandom BoolUE 5.0, 5.1, 5.2, 5.3, 5.4, 5.5, 5.6, 5.7updated 2mo 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 2mo ago