I seem to have run into a bug with using interfaces with a sequence director; I have an event from an interface set up in my level bp which I’m trying to fire. My level bp (called “RS_Persistent”) looks like this;
and in the sequence director I have an event that that is set up like this:
But when I play and the event fires, the event is not called and I get these errors:
However if I set up the exact same logic to play on a key press from elsewhere, the interface is called just fine, as seen here:
Unless I’m doing something wrong, it seems to be a bug.