from CL2459480: ReflectionEnvironment is no longer a cheat CVAR and is available in shipping builds. If you set the cvar to 2 (debug visualization) then it will be assumed to be the same as 1 in shipping builds.
[CL 2651529 by Martin Mittring in Main branch]
- Allowed for spline mesh painting by overriding the color vertices like static meshes do.
- Fixed improperly placed vertices, used the modified vertices of the splined mesh rather than the vertices of the base static mesh.
- Fixed splined mesh initialization issue.
UE-18511
#codereview Matt.Kuhlenschmidt
[CL 2651504 by Timothy Reynolds in Main branch]
#UE4
- Null guard in SetBrushFromTexture
--------
Integrated using branch UE4-To-UE4-Orion (reversed) of change#2651458 by Cody.Haskell on 2015/08/11 14:10:25.
[CL 2651460 by Cody Haskell in Main branch]
#codereview matt.kuhlenschmidt
--------
Integrated using branch Ue4-To-UE4-Fortnite-Simple (reversed) of change#2651439 by Ben.Zeigler on 2015/08/11 14:04:41.
[CL 2651446 by Ben Zeigler in Main branch]
Added engine version field
Changed font settings for multiple terms
Replaced a picture and a couple terms to be accurate with changes made to the Editor's UI
[CL 2651383 by Matthew Clark in Main branch]
This ensures 2 things:
- That the property is always visible on an relevant UI
- That we will not suffer any data loss if any new derived UAssetImportData types are added in future
This addresses UE-19895 and UE-19893
[CL 2651232 by Andrew Rodham in Main branch]