Skip to main content

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. image20 when the entry is selected, the OnEntrySelected interface function gets called. image21 when the entry is unselected, the OnEntryUnselected interface function gets called image22 when the entry is removed from the FDM, the OnEntryRemoved interface function gets called. image23 and we have a function for debugging: GetEntryDebugName image24 and the most important interface function is Get Entry Metadata image25