Files
UnrealEngineUWP/Engine/Source/Editor/BlueprintGraph
dave jones2 fbc4acfd47 UE-166921 - Make Lidar Point Cloud Point Node has had the Location input change from a Vector to a Vector 3f
Promotable operators weren't aware that certain struct types are implicitly convertible (eg: FVector/FVector3f). Similar to PC_Real, we need to treat these pairs of structs as equivalent types. This can be easily done by checking to see if there's an implicit conversion entry in FStructConversionTable.

#jira UE-166921
#preflight 635c58df1b41d36d487c9ec2
#rb ben.hoffman

[CL 22872666 by dave jones2 in ue5-main branch]
2022-10-31 17:18:29 -04:00
..