Terrain/sphrose/surface gradient list component (#4409)
* cherry-pick conflict fix Signed-off-by: sphrose <82213493+sphrose@users.noreply.github.com> * Missed include file Signed-off-by: sphrose <82213493+sphrose@users.noreply.github.com> * review changes. Signed-off-by: sphrose <82213493+sphrose@users.noreply.github.com> * cherry-pick merge fix Signed-off-by: sphrose <82213493+sphrose@users.noreply.github.com> * review changes. Signed-off-by: sphrose <82213493+sphrose@users.noreply.github.com> * bug fix Signed-off-by: sphrose <82213493+sphrose@users.noreply.github.com> * review changes. Signed-off-by: sphrose <82213493+sphrose@users.noreply.github.com> * compile fix Signed-off-by: sphrose <82213493+sphrose@users.noreply.github.com> * compile fix Signed-off-by: sphrose <82213493+sphrose@users.noreply.github.com>
This commit is contained in:
@@ -16,6 +16,7 @@
|
||||
#include <Components/TerrainWorldRendererComponent.h>
|
||||
#include <Components/TerrainHeightGradientListComponent.h>
|
||||
#include <Components/TerrainLayerSpawnerComponent.h>
|
||||
#include <Components/TerrainSurfaceGradientListComponent.h>
|
||||
#include <Components/TerrainSurfaceDataSystemComponent.h>
|
||||
|
||||
namespace Terrain
|
||||
@@ -30,6 +31,7 @@ namespace Terrain
|
||||
TerrainWorldRendererComponent::CreateDescriptor(),
|
||||
TerrainHeightGradientListComponent::CreateDescriptor(),
|
||||
TerrainLayerSpawnerComponent::CreateDescriptor(),
|
||||
TerrainSurfaceGradientListComponent::CreateDescriptor(),
|
||||
TerrainSurfaceDataSystemComponent::CreateDescriptor(),
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user