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 SourcebClamp
Declaration
public int bClamp
Field Value
Type | Description |
---|---|
System.Int32 |
bColorCurve
Declaration
public int bColorCurve
Field Value
Type | Description |
---|---|
System.Int32 |
bFloatingPointColorCurve
Declaration
public int bFloatingPointColorCurve
Field Value
Type | Description |
---|---|
System.Int32 |
bHideCurve
Declaration
public int bHideCurve
Field Value
Type | Description |
---|---|
System.Int32 |
ClampHigh
Declaration
public float ClampHigh
Field Value
Type | Description |
---|---|
System.Single |
ClampLow
Declaration
public float ClampLow
Field Value
Type | Description |
---|---|
System.Single |
Properties
| Improve this Doc View SourceCurveObject
Curve Object
Declaration
public UObject CurveObject { get; set; }
Property Value
Type | Description |
---|---|
UObject |