You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
Any old content that's attempting to create a quat from float data will run into a BP compilation error since FQuat expects doubles now. The easiet fix is to create custom Make/Break functions for FQuat in the KismetMathLibrary, which will perform the implicit cast for us. Once BPs are using doubles everywhere, we can forego this option. UE-126734 has been created as a follow-up task that will ensure we're using doubles and avoiding unnecessary casts in KismetMathLibrary. #rb andrew.davidson #jira UE-125091 [CL 17525249 by dave jones2 in ue5-main branch]