# Doppler UE how to

**URL:** https://qa.fmod.com/t/doppler-ue-how-to/21136
**Category:** Unreal Engine
**Created:** [January 22, 2024, 7:59am UTC](https://qa.fmod.com/t/doppler-ue-how-to/21136 "2024-01-22T07:59:26Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![jayktaylor](https://avatars.discourse-cdn.com/v4/letter/j/a9adbd/32.png) [@jayktaylor](https://qa.fmod.com/u/jayktaylor)
#### Post date: [January 22, 2024, 7:59am UTC](https://qa.fmod.com/t/doppler-ue-how-to/21136/1 "2024-01-22T07:59:26Z")

</div>

Hello. I am using UE 4.2.7 with fmod. I’m new to Unreal with most of my experience in Unity, however it’s my first time setting up Doppler with either.

My understanding is Doppler needs position and velocity in FMOD\_3D\_ATTRIBUTES for the object and the player, and this can’t be done in blueprints, will need some kind of of C++ component.

Do I have that right? Is there a guide for somebody with limited programming knowledge either by Fmod or third party?

Thanks so much

---

<div class="post-metadata">

### Author: ![Connor\_FMOD](https://yyz2.discourse-cdn.com/flex036/user_avatar/qa.fmod.com/connor_fmod/32/3685_2.png) [@Connor\_FMOD](https://qa.fmod.com/u/Connor_FMOD)
#### Post date: [January 25, 2024, 3:45am UTC](https://qa.fmod.com/t/doppler-ue-how-to/21136/2 "2024-01-25T03:45:55Z")

</div>

Hi,

If you use an `FMODAudioCompoent`, you do not have to set the attributes manually. Just ensure the objects are being moved with force and you should be able to hear the doppler.

1. Create an event with Doppler enabled in Studio:  
 ![image](https://canada1.discourse-cdn.com/flex036/uploads/fmod/original/2X/5/5c181d0b23d9057581c2e1550474d46e96d696e8.png)
2. Add an object to the map:  
 ![image](https://canada1.discourse-cdn.com/flex036/uploads/fmod/original/2X/1/183c29313c217f5042e6af111225dd5b5a83c600.png)
3. Add an `FMODAudioComponent` to the object:  
 ![image](https://canada1.discourse-cdn.com/flex036/uploads/fmod/original/2X/f/f541cfdc15a8f815cb93326ceae26907ff877a41.png)
4. Add some force to the top object

You should now be able to hear the Doppler effect. Hope this helps!

---

<div class="post-metadata">

### Author: ![jayktaylor](https://avatars.discourse-cdn.com/v4/letter/j/a9adbd/32.png) [@jayktaylor](https://qa.fmod.com/u/jayktaylor)
#### Post date: [January 26, 2024, 3:28am UTC](https://qa.fmod.com/t/doppler-ue-how-to/21136/3 "2024-01-26T03:28:38Z")

</div>

Thank you. I realise the object is moving but without force =)
