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:
sphrose
2021-10-05 17:53:05 +01:00
committed by GitHub
parent 36eac35bc3
commit 4a4c93f866
15 changed files with 567 additions and 26 deletions
@@ -9,6 +9,7 @@
#include <EditorTerrainModule.h>
#include <EditorComponents/EditorTerrainHeightGradientListComponent.h>
#include <EditorComponents/EditorTerrainLayerSpawnerComponent.h>
#include <EditorComponents/EditorTerrainSurfaceGradientListComponent.h>
#include <EditorComponents/EditorTerrainSystemComponent.h>
#include <EditorComponents/EditorTerrainWorldComponent.h>
#include <EditorComponents/EditorTerrainWorldDebuggerComponent.h>
@@ -23,6 +24,7 @@ namespace Terrain
{
Terrain::EditorTerrainHeightGradientListComponent::CreateDescriptor(),
Terrain::EditorTerrainLayerSpawnerComponent::CreateDescriptor(),
Terrain::EditorTerrainSurfaceGradientListComponent::CreateDescriptor(),
Terrain::EditorTerrainSystemComponent::CreateDescriptor(),
Terrain::EditorTerrainWorldComponent::CreateDescriptor(),
Terrain::EditorTerrainWorldDebuggerComponent::CreateDescriptor(),