Knowledge base
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.
29 results for search
string
Pure 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 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 3mo agoLess_FloatFloatUE 5.3, 5.4, 5.5, 5.6, 5.7updated 3mo agoOR=BooleanOR, NOT=Not_PreBool, XOR=BooleanXOR
ANDUE 5.4, 5.7updated 3mo agoBooleanORUE 5.3, 5.4, 5.5, 5.6, 5.7updated 3mo agoCall on the CharacterMovementComponent, not directly on Character. Or use IsMovingOnGround.
IsInAirUE 5.3, 5.4, 5.5, 5.6, 5.7updated 3mo agoA 2D image asset used by Materials (color, normal, roughness maps) or UMG Images.
NOTUE 5.4, 5.7updated 3mo agoAn unordered collection with unique elements. (The Set node for writing variables is a separate concept — see the entry for 'Set'.)