What happened to (Native) ?

Trying to compile a project on 4.19 that worked fine on 4.18.

Func->SetNativeFunc((Native)&ASGameMode::BeginPlayMutatorHack);

error is
SGameMode.cpp(408): error C2065: ‘Native’: undeclared identifier

Anyone any ideas where i would find the Native cast?

From the 4.19 release notes:

Thank you :slight_smile: