# How does 'Find Event by Name' work?

**URL:** https://qa.fmod.com/t/how-does-find-event-by-name-work/12217
**Category:** Unreal Engine
**Created:** [December 30, 2015, 6:49am UTC](https://qa.fmod.com/t/how-does-find-event-by-name-work/12217 "2015-12-30T06:49:18Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![shagia](https://avatars.discourse-cdn.com/v4/letter/s/7ab992/32.png) [@shagia](https://qa.fmod.com/u/shagia)
#### Post date: [December 30, 2015, 6:49am UTC](https://qa.fmod.com/t/how-does-find-event-by-name-work/12217/1 "2015-12-30T06:49:18Z")

</div>

Hey there! I feel as if this is kind of a noob question, but today I’ve been making a blueprint that shows what last item you’ve physically picked up, and in audio, I’ve seemed to have run into a misconception.

The return value to Find Event by Name _always_ seems to be ‘None’, no matter what string you print to it, because of that, it doesn’t play anything when connected to Play Event 2D. Is it supposed to be like that, and if so, how would you play the event that Find Event by Name finds?

---

<div class="post-metadata">

### Author: ![patrick](https://yyz2.discourse-cdn.com/flex036/user_avatar/qa.fmod.com/patrick/32/261_2.png) [@patrick](https://qa.fmod.com/u/patrick)
#### Post date: [January 4, 2016, 8:07am UTC](https://qa.fmod.com/t/how-does-find-event-by-name-work/12217/2 "2016-01-04T08:07:29Z")

</div>

Hi Shagia, what string are you passing to Find Event by Name? You should be able to pass in a path you get when you right click an event in FMOD Studio and select Copy Path. For example, a path will usually look something like “event:/New Event”. Is this what you’re seeing?

---

<div class="post-metadata">

### Author: ![shagia](https://avatars.discourse-cdn.com/v4/letter/s/7ab992/32.png) [@shagia](https://qa.fmod.com/u/shagia)
#### Post date: [January 4, 2016, 5:22pm UTC](https://qa.fmod.com/t/how-does-find-event-by-name-work/12217/3 "2016-01-04T17:22:08Z")

</div>

> [@](#):
>
> Hi Shagia, what string are you passing to Find Event by Name? You should be able to pass in a path you get when you right click an event in FMOD Studio and select Copy Path. For example, a path will usually look something like “event:/New Event”. Is this what you’re seeing?

that is definitely what I was looking for, I was attempting to send the string of a single object straight to Find Event by Name without the ‘event:’ command, fixed that now and it works perfectly. Thank you!

---

<div class="post-metadata">

### Author: ![patrick](https://yyz2.discourse-cdn.com/flex036/user_avatar/qa.fmod.com/patrick/32/261_2.png) [@patrick](https://qa.fmod.com/u/patrick)
#### Post date: [January 5, 2016, 12:06am UTC](https://qa.fmod.com/t/how-does-find-event-by-name-work/12217/4 "2016-01-05T00:06:19Z")

</div>

Excellent!
