Class ParticleModule
Inheritance
System.Object
ParticleModule
Inherited Members
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)
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
|
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
Remarks
|
Improve this Doc
View Source
StaticClass
Declaration
public static Class StaticClass { get; }
Property Value
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
Returns
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