Execute UFunction programmatically

Creating delegates on compile time was a bit too complicated.

Simple alternative is to use void UObject::ProcessEvent( UFunction* Function, void* Parms )

1 Like