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 filter
The editor panel that lists every asset in the project. Drag-drop, right-click create, and filter by type live here.
string
Less_FloatFloatUE 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 agoPure 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 agoBooleanORUE 5.3, 5.4, 5.5, 5.6, 5.7updated 2mo agoLessUE 5.4, 5.7updated 2mo agoOR=BooleanOR, NOT=Not_PreBool, XOR=BooleanXOR
ANDUE 5.4, 5.7updated 2mo agoNOTUE 5.4, 5.7updated 2mo agoPure node. Use ErrorTolerance (default 0.0001) for floating-point comparison.
EqualEqual_FloatFloatUE 5.3, 5.4, 5.5, 5.6, 5.7updated 2mo ago