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 air
Call on the CharacterMovementComponent, not directly on Character. Or use IsMovingOnGround.
IsInAirUE 5.3, 5.4, 5.5, 5.6, 5.7updated 3mo agoLess_FloatFloatUE 5.3, 5.4, 5.5, 5.6, 5.7updated 3mo agostring
Returns radians. Use RadiansToDegrees to convert.
Atan2UE 5.0, 5.1, 5.2, 5.3, 5.4, 5.5, 5.6, 5.7updated 3mo agoReturns angle in radians. Use RadiansToDegrees to convert. Good for calculating 2D angles.
Atan2UE 5.3, 5.4, 5.5, 5.6, 5.7updated 3mo agoStopJumpingUE 5.0, 5.1, 5.2, 5.3, 5.4, 5.5, 5.6, 5.7updated 3mo agoDistance-based volume falloff. A Sound Attenuation asset defines the curve and falloff radius.
Fires when a physics collision happens. Use for impact effects, damage on contact.
A SceneComponent with simulate-physics enabled. Driven by forces, gravity, collisions instead of explicit transforms.
AddActorWorldOffsetUE 5.3, 5.4, 5.5, 5.6, 5.7updated 3mo ago