Show / Hide Table of Contents

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 Source

Name

Declaration
public Name Name
Field Value
Type Description
Name
| Improve this Doc View Source

ParamType

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

Scalar

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

Scalar_Low

Declaration
public float Scalar_Low
Field Value
Type Description
System.Single

Properties

| Improve this Doc View Source

Actor

Actor

Declaration
public Actor Actor { get; set; }
Property Value
Type Description
Actor
| Improve this Doc View Source

Material

Material

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