[Mono-ue] Overriding C# event from BP

Duane Wandless duane at wandless.net
Mon Nov 24 18:18:07 UTC 2014


With Preview 3 this is still an issue.  How should blueprint events be
decorated?

Thanks.

On Tue, Nov 4, 2014 at 11:01 PM, Eugene Tchoukhrov <ujen at vicogamestudio.com>
wrote:

> It is a very crucial feature that we use extensively in C++ and BPs, if
> you could prioritize it that would be great!
>
> -----Original Message-----
> From: Michael Hutchinson [mailto:m.j.hutchinson at gmail.com]
> Sent: Tuesday, November 4, 2014 7:48 PM
> To: Eugene Tchoukhrov
> Cc: Duane Wandless; mono-ue at lists.ximian.com
> Subject: Re: [Mono-ue] Overriding C# event from BP
>
> Yes, BlueprintImplementable UFunctions don't work yet, we have this on our
> internal roadmap. If it's important to you we can increase the priority.
>
>  - m
>
>
> On 4 November 2014 19:43, Eugene Tchoukhrov <ujen at vicogamestudio.com>
> wrote:
> > I can also confirm that Events do not work currently.
> >
> >
> >
> > From: mono-ue-bounces at lists.ximian.com
> > [mailto:mono-ue-bounces at lists.ximian.com] On Behalf Of Duane Wandless
> > Sent: Tuesday, November 4, 2014 2:42 PM
> > To: mono-ue at lists.ximian.com
> > Subject: [Mono-ue] Overriding C# event from BP
> >
> >
> >
> > I am trying to setup a simple pickup class based on this tutorial.
>  Getting
> > the C# defined event to be invoked in BP is not working.
> >
> >
> >
> > Pickup.cs
> >
> > [UFunction, BlueprintImplementable] // BlueprintNativeEvent
> >
> > public void OnPickedUp()
> >
> > {
> >
> > }
> >
> >
> >
> > This does expose the "Event On Picked Up" in the BP.  However, the
> > event is never invoked.  I verified that OnPickedUp is being called from
> the C# code.
> >
> >
> >
> > If that short description is insufficient I can create a small test case.
> >
> >
> >
> > Thanks.
> >
> >
> >
> >
> >
> >
> > _______________________________________________
> > Mono-ue mailing list
> > Mono-ue at lists.ximian.com
> > http://lists.ximian.com/mailman/listinfo/mono-ue
> >
>
>
>
> --
> Michael Hutchinson ~ https://mhut.ch
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.ximian.com/pipermail/mono-ue/attachments/20141124/a5c44016/attachment.html>


More information about the Mono-ue mailing list