Struct ParticleSysParam
Struct used for a particular named instance parameter for this ParticleSystemComponent.
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 ParticleSysParam
Fields
| Improve this Doc View SourceName
Declaration
public Name Name
Field Value
Type | Description |
---|---|
Name |
ParamType
Declaration
public byte ParamType
Field Value
Type | Description |
---|---|
System.Byte |
Scalar
Declaration
public float Scalar
Field Value
Type | Description |
---|---|
System.Single |
Scalar_Low
Declaration
public float Scalar_Low
Field Value
Type | Description |
---|---|
System.Single |
Properties
| Improve this Doc View SourceActor
Actor
Declaration
public Actor Actor { get; set; }
Property Value
Type | Description |
---|---|
Actor |
Material
Material
Declaration
public MaterialInterface Material { get; set; }
Property Value
Type | Description |
---|---|
MaterialInterface |