Show / Hide Table of Contents

Struct CurveEdEntry

Information about a particule curve being viewed.

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.Engine
Assembly: UE4DotNet.dll
Syntax
public struct CurveEdEntry
Remarks

Property could be an FInterpCurve, a DistributionFloat or a DistributionVector

Fields

| Improve this Doc View Source

bClamp

Declaration
public int bClamp
Field Value
Type Description
System.Int32
| Improve this Doc View Source

bColorCurve

Declaration
public int bColorCurve
Field Value
Type Description
System.Int32
| Improve this Doc View Source

bFloatingPointColorCurve

Declaration
public int bFloatingPointColorCurve
Field Value
Type Description
System.Int32
| Improve this Doc View Source

bHideCurve

Declaration
public int bHideCurve
Field Value
Type Description
System.Int32
| Improve this Doc View Source

ClampHigh

Declaration
public float ClampHigh
Field Value
Type Description
System.Single
| Improve this Doc View Source

ClampLow

Declaration
public float ClampLow
Field Value
Type Description
System.Single

Properties

| Improve this Doc View Source

CurveObject

Curve Object

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