You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
Replace `TVerseFunction` and its `FProperty` with a `VRestValue`. Unify `TVerseFunction` and `FInteropUtils::TryInvoke...` for calling methods vs module/interface functions. (This includes fixing named non-defaulted parameters in the `TVerseFunction` path, apparently previous unused.) Wrap the `verse::task*` result of `<native_callable>` APIs in `FVerseTask`; remove `Cancel` from `TVerseCall` (see SOL-6056). Switch to decorated but unmangled names in VNI-generated binding glue. Switch to decorated method names in VerseVM to match the binding glue. Run `UVerseVMClass` CDO initialization after binding glue computes class layout. Always create a `UObject` for `<native>` classes, now that their methods are bound. #rb markus.breyer, tim.smith #okforversepublic [CL 32004566 by russell johnston in ue5-main branch]