Smear Effect For Unreal Engine 5
v1.0
| Documentation | Setup | Showcase |
Easy to use and implement smear effect for your project.
Customization:
• Smear Intensity: Control how strong the smear effect appears.
• Catch-Up Lag: Adjust how quickly the smear catches up to the moving object.
• Velocity Threshold: The smear activates only when the object reaches a specified speed.
Smear Direction Modes:
• Velocity: The smear follows the object's movement direction. Useful for projectiles.
• World Direction: Uses a fixed smear direction regardless of the actor’s rotation.
• Local Direction: The smear rotates with the actor. Useful for character animations and animated objects.
Implementation Methods:
• Blueprint
• Actor Component
• Animation Notifies