You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
- Inline edit support for UPROPERTY of type float, int32, uint32, uint8, enum, bool. - Editable UPROPERTYs with "OverridingInputProperty" metadata are created as inline widgets next to their corresponding inputs. - Rest of the editable UPROPERTYs may specify "ShowAsInputPin" metadata to become inline edit pins, with 2 choices: "Primary" - show in primary view, "Advanced" - show in in advanced view. - Update a bunch of material expressions to reflect the changes, rest of the expressions still need to be worked through. #jira UE-145276 #rb kevin.Ortegren #preflight 627a3cc8937a047d62282ba7 [CL 20122451 by Josie Yang in ue5-main branch]