UE3:TerrainLayerSetup (UT3)

From Unreal Wiki, The Unreal Engine Documentation Site
(Redirected from UE3:FilterLimit (UT3))
Jump to navigation Jump to search
UT3 Object >> TerrainLayerSetup
Package: 
Engine

Copyright 1998-2007 Epic Games, Inc. All Rights Reserved.

Properties

Property group 'TerrainLayerSetup'

Materials

Type: array<TerrainFilteredMaterial>

Modifiers: const


Structs

FilterLimit

bool Enabled 
float Base 
float NoiseScale 
float NoiseAmount 

TerrainFilteredMaterial

bool UseNoise 
float NoiseScale 
float NoisePercent 
FilterLimit MinHeight 
FilterLimit MaxHeight 
FilterLimit MinSlope 
FilterLimit MaxSlope 
float Alpha 
TerrainMaterial Material 

Default values:

Property Value
Alpha 1.0

Functions

Native functions

SetMaterials

native final function SetMaterials (array<TerrainFilteredMaterialNewMaterials)

Set the materials used for this layer

Parameters:

  • NewMaterials - the new array of TerrainFilteredMaterials to replace the Materials array with

Note: this function recaches the weight/displacement maps of affected terrain sections and is therefore slow, so use with caution

Other instance functions

PostBeginPlay

simulated function PostBeginPlay ()

called from Terrain::PostBeginPlay() to allow the layer to initialize itself for gameplay

Note: this function will be called once for each terrain the layer is part of