Show / Hide Table of Contents

Struct LandscapeSplineMeshEntry

Landscape Spline Mesh Entry

Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: UE4.Landscape
Assembly: UE4DotNet.dll
Syntax
public struct LandscapeSplineMeshEntry

Fields

| Improve this Doc View Source

bCenterH

Declaration
public bool bCenterH
Field Value
Type Description
System.Boolean
| Improve this Doc View Source

bScaleToWidth

Declaration
public bool bScaleToWidth
Field Value
Type Description
System.Boolean
| Improve this Doc View Source

ForwardAxis

Declaration
public byte ForwardAxis
Field Value
Type Description
System.Byte
| Improve this Doc View Source

UpAxis

Declaration
public byte UpAxis
Field Value
Type Description
System.Byte

Properties

| Improve this Doc View Source

Mesh

Mesh to use on the spline

Declaration
public StaticMesh Mesh { get; set; }
Property Value
Type Description
StaticMesh
  • Improve this Doc
  • View Source
Back to top Generated by DocFX