Unreal Engine 5.5 Preview

Anyone else try building CitySample in 5.5? The first error you get is that the TypedElementsDataStorage plugin no longer exists. It looks like that plugin was changed to “EditorDataStorage” and a bunch of other things renamed in it. After commenting it out of the uproject file the build continues, but then you get a ton of errors like this:

1>C:\Dev\Unreal Projects\CitySample 5.5\Plugins\RuleProcessor\Source\PointCloud\Public\PointCloudSliceAndDiceCustomOverrides.h(61): error C3646: 'StructInstance': unknown override specifier
1>C:\Dev\Unreal Projects\CitySample 5.5\Plugins\RuleProcessor\Source\PointCloud\Public\PointCloudSliceAndDiceCustomOverrides.h(61): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>C:\Dev\Unreal Projects\CitySample 5.5\Plugins\RuleProcessor\Source\PointCloud\Private\PointCloudSliceAndDiceCustomOverrides.cpp(9): error C2065: 'StructInstance': undeclared identifier
1>C:\Dev\Unreal Projects\CitySample 5.5\Plugins\RuleProcessor\Source\PointCloud\Private\PointCloudSliceAndDiceCustomOverrides.cpp(21): error C2065: 'StructInstance': undeclared identifier
1>C:\Dev\Unreal Projects\CitySample 5.5\Plugins\RuleProcessor\Source\PointCloud\Private\PointCloudSliceAndDiceCustomOverrides.cpp(21): error C2039: 'StructInstance': is not a member of 'FCustomOverrides'
1>C:\Dev\Unreal Projects\CitySample 5.5\Plugins\RuleProcessor\Source\PointCloud\Public\PointCloudSliceAndDiceCustomOverrides.h(13): note: see declaration of 'FCustomOverrides'
2 Likes