Show / Hide Table of Contents

Struct ParticleEvent_GenerateInfo

Particle Event Generate Info

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 ParticleEvent_GenerateInfo

Fields

| Improve this Doc View Source

bUseOrbitOffset

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

CustomName

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

FirstTimeOnly

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

Frequency

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

LastTimeOnly

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

ParticleFrequency

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

Type

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

UseReflectedImpactVector

Declaration
public bool UseReflectedImpactVector
Field Value
Type Description
System.Boolean
  • Improve this Doc
  • View Source
Back to top Generated by DocFX