> ## Documentation Index
> Fetch the complete documentation index at: https://fdm.furkankursav.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Entry Source Interface

### BPI\_FDM\_EntrySourceObject (Blueprint Interface)

Every object you add to the menu must implement this interface.

When you add your object to FDM, the **OnEntryAdded** interface function gets called.

<img src="https://mintcdn.com/furkankursav/YP7Pry4hmX6mpJYX/images/image20.png?fit=max&auto=format&n=YP7Pry4hmX6mpJYX&q=85&s=9b5ee179289ab919d728ce591ad6362a" alt="image20" width="496" height="310" data-path="images/image20.png" />

when the entry is selected, the **OnEntrySelected** interface function gets called.

<img src="https://mintcdn.com/furkankursav/YP7Pry4hmX6mpJYX/images/image21.png?fit=max&auto=format&n=YP7Pry4hmX6mpJYX&q=85&s=7f1df10ba43bb6864e957778ed5bdb4c" alt="image21" width="446" height="200" data-path="images/image21.png" />

when the entry is unselected, the **OnEntryUnselected** interface function gets called

<img src="https://mintcdn.com/furkankursav/YP7Pry4hmX6mpJYX/images/image22.png?fit=max&auto=format&n=YP7Pry4hmX6mpJYX&q=85&s=805937815d112ec1b4a0a485ba1b18ef" alt="image22" width="470" height="196" data-path="images/image22.png" />

when the entry is removed from the FDM, the **OnEntryRemoved** interface function gets called.

<img src="https://mintcdn.com/furkankursav/YP7Pry4hmX6mpJYX/images/image23.png?fit=max&auto=format&n=YP7Pry4hmX6mpJYX&q=85&s=730f690ca52436a5f58bb323e6142faf" alt="image23" width="473" height="204" data-path="images/image23.png" />

and we have a function for debugging: **GetEntryDebugName**

<img src="https://mintcdn.com/furkankursav/YP7Pry4hmX6mpJYX/images/image24.png?fit=max&auto=format&n=YP7Pry4hmX6mpJYX&q=85&s=b7385fa6458a676ba909884b08ca9acb" alt="image24" width="1286" height="561" data-path="images/image24.png" />

and the most important interface function is **Get Entry Metadata**

<img src="https://mintcdn.com/furkankursav/YP7Pry4hmX6mpJYX/images/image25.png?fit=max&auto=format&n=YP7Pry4hmX6mpJYX&q=85&s=c5b24348b800cb3c1531939be35980f5" alt="image25" width="731" height="295" data-path="images/image25.png" />
