Show / Hide Table of Contents

Class ParticleModule

Particle Module

Inheritance
System.Object
UObject
ParticleModule
ParticleModuleAccelerationBase
ParticleModuleAttractorBase
ParticleModuleBeamBase
ParticleModuleCameraBase
ParticleModuleCollisionBase
ParticleModuleColorBase
ParticleModuleEventBase
ParticleModuleKillBase
ParticleModuleLifetimeBase
ParticleModuleLightBase
ParticleModuleLocationBase
ParticleModuleMaterialBase
ParticleModuleOrbitBase
ParticleModuleOrientationBase
ParticleModuleParameterBase
ParticleModuleRequired
ParticleModuleRotationBase
ParticleModuleRotationRateBase
ParticleModuleSizeBase
ParticleModuleSpawnBase
ParticleModuleSubUVBase
ParticleModuleTrailBase
ParticleModuleTypeDataBase
ParticleModuleVectorFieldBase
ParticleModuleVelocityBase
Inherited Members
UObject.TransientPackage
UObject.CastTo<T>(UObject)
UObject.CastTo(UObject, Type)
UObject.RemoveObject(UObject)
UObject.MakeObjectArrayField<T>(NativeArray*)
UObject.NotImplemented<T>()
UObject.Construct()
UObject.GetHashCode()
UObject.GetName()
UObject.ToString()
UObject.Name
UObject._None
UObject.None
UObject.ObjPointer
UObject.LoadObjectFromClass(Class, UObject, String, String, LoadFlags, PackageMap, Boolean)
UObject.LoadClass(Class, UObject, String, String, LoadFlags, PackageMap)
UObject.GetPropertyFor<T>(Name)
UObject.ExecuteUbergraph
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: UE4.Engine
Assembly: UE4DotNet.dll
Syntax
public class ParticleModule : UObject

Properties

| Improve this Doc View Source

b3DDrawMode

Declaration
public bool b3DDrawMode { get; set; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

bCurvesAsColor

Declaration
public bool bCurvesAsColor { get; set; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

bEditable

Declaration
public bool bEditable { get; set; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

bEnabled

Declaration
public bool bEnabled { get; set; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

bFinalUpdateModule

Declaration
public bool bFinalUpdateModule { get; set; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

bRequiresLoopingNotification

Declaration
public bool bRequiresLoopingNotification { get; set; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

bSpawnModule

Declaration
public bool bSpawnModule { get; set; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

bSupported3DDrawMode

Declaration
public bool bSupported3DDrawMode { get; set; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

bSupportsRandomSeed

Declaration
public bool bSupportsRandomSeed { get; set; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

bUpdateForGPUEmitter

Declaration
public bool bUpdateForGPUEmitter { get; set; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

bUpdateModule

Declaration
public bool bUpdateModule { get; set; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

DefaultObject

Get UE4 Default Object for this Class

Declaration
public static ParticleModule DefaultObject { get; }
Property Value
Type Description
ParticleModule
| Improve this Doc View Source

LODDuplicate

Declaration
public bool LODDuplicate { get; set; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

LODValidity

Declaration
public byte LODValidity { get; set; }
Property Value
Type Description
System.Byte
| Improve this Doc View Source

ModuleEditorColor

The color to draw the modules curves in the curve editor.

Declaration
public Color ModuleEditorColor { get; set; }
Property Value
Type Description
Color
Remarks

If bCurvesAsColor is true, it overrides this value.

| Improve this Doc View Source

StaticClass

Get UE4 Class

Declaration
public static Class StaticClass { get; }
Property Value
Type Description
Class

Methods

| Improve this Doc View Source

New(UObject, Name)

Spawn an object of this class

Declaration
public static ParticleModule New(UObject obj = null, Name name = default(Name))
Parameters
Type Name Description
UObject obj
Name name
Returns
Type Description
ParticleModule

Operators

| Improve this Doc View Source

Implicit(IntPtr to ParticleModule)

Convert from IntPtr to UObject

Declaration
public static implicit operator ParticleModule(IntPtr p)
Parameters
Type Name Description
System.IntPtr p
Returns
Type Description
ParticleModule
  • Improve this Doc
  • View Source
Back to top Generated by DocFX