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.
21 results for sweep
Sphere Trace By ChannelUE 5.0, 5.1, 5.2, 5.3, 5.4, 5.5, 5.6, 5.7updated 2mo agoBox Trace By ChannelUE 5.0, 5.1, 5.2, 5.3, 5.4, 5.5, 5.6, 5.7updated 2mo agoInternal UE5 name is K2_SetActorLocation. FindFunctionByName must use K2_ prefix.
SetActorLocationUE 5.4, 5.7updated 2mo agoCapsule Trace By ChannelUE 5.0, 5.1, 5.2, 5.3, 5.4, 5.5, 5.6, 5.7updated 2mo agoPattern: Pickup actor with SphereCollision(overlap), StaticMesh visual. OnComponentBeginOverlap → CastTo PlayerCharacter → Success: call AddScore/AddItem interface on player → PlaySoundAtLocation → SpawnEmitterAtLocation → DestroyActor(self). Set collision to OverlapOnlyPawn for performance.
DoNUE 5.0, 5.1, 5.2, 5.3, 5.4, 5.5, 5.6, 5.7updated 2mo agoInternal function name is MultiplyMultiply_FloatFloat (operator **).
PowerUE 5.0, 5.1, 5.2, 5.3, 5.4, 5.5, 5.6, 5.7updated 2mo agoStopMontageUE 5.3, 5.4, 5.5, 5.6, 5.7updated 2mo agoPattern: EventActorBeginOverlap → CastTo<BP_Character>(Object=OtherActor) → Cast Succeeded → DoOnce → [your action here]. Key pins: EventActorBeginOverlap outputs 'OverlappedActor' and 'OtherActor'. CastTo input is 'Object', exec outputs are 'Cast Succeeded' and 'Cast Failed'. DoOnce exec output is 'Completed'.