Troubleshooting & FAQ
Frequently Asked Questions#
Does Dynamic Crosshair affect multiplayer network performance?#
No. Dynamic Crosshair is a client-side HUD widget. It performs visual interpolation locally and consumes zero server network bandwidth.
Why is my crosshair off-center?#
Make sure your widget is placed inside a Canvas Panel with Anchors set to (0.5, 0.5), Position set to (0, 0), and Alignment set to (0.5, 0.5).
Can I change crosshair colors dynamically (e.g. red when aiming at enemies)?#
Yes! Call
SetCurrentCrosshairColor(FLinearColor NewColor) whenever your line trace detects an enemy target.Common Issues & Solutions#
Crosshair doesn't pulse when firing#
- Cause: Pulse spread kick value is too low or recovery speed is too fast.
- Fix: Try a kick value of
15.0and an interp speed of12.0to verify visibility.
Reticle borders appear blurry on low resolutions#
- Fix: Ensure your widget's Canvas Slot has Size To Content disabled and positions are aligned to integer coordinates.