Interface events not showing up in menu

I am seeing same issue in 4.18

To be clear. An interface function WITHOUT an output variable shows up fine in All Possible Actions dialog…
An interface function WITH an output variable does not.

No amount of saving or compiling helps.

This is a major limitation.

Same issue in 4.18.2… Glad I at least understand why!

Hey shalston,

If you haven’t already, could you please submit this issue through our new Bug Submission Form if you’re still seeing it?

Thanks,

Sean

Be sure that you are in event graph or events will not be visible from right click menu.

I guess that’s answer, when you implement interface you should compile blueprint for event’s to show up

You’re right. If you add an input, it then shows up as an event. Interesting

look here

it fixed issue for me

I had same issue, but found solution.
First, you need to save and compile.
Second to implement a function, I had to double click on function found in left hand side under interface. It will take you to function to be implemented.

Rightclicking on EventGraph to implement it only works if you have a function without an output. If it does have one, you have to double click on function on LHS.

1 Like