Class ParticleModuleLocationSkelVertSurface
Particle Module Location Skel Vert Surface
Inheritance
System.Object
ParticleModuleLocationSkelVertSurface
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 ParticleModuleLocationSkelVertSurface : ParticleModuleLocationBase
Properties
|
Improve this Doc
View Source
bEnforceNormalCheck
Declaration
public bool bEnforceNormalCheck { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
bInheritBoneVelocity
Declaration
public bool bInheritBoneVelocity { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
bInheritUV
Declaration
public bool bInheritUV { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
bInheritVertexColor
Declaration
public bool bInheritVertexColor { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
bOrientMeshEmitters
Declaration
public bool bOrientMeshEmitters { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
bUpdatePositionEachFrame
Declaration
public bool bUpdatePositionEachFrame { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
DefaultObject
Get UE4 Default Object for this Class
Declaration
public static ParticleModuleLocationSkelVertSurface DefaultObject { get; }
Property Value
|
Improve this Doc
View Source
EditorSkelMesh
The name of the skeletal mesh to use in the editor
Declaration
public SkeletalMesh EditorSkelMesh { get; set; }
Property Value
|
Improve this Doc
View Source
InheritVelocityScale
A scale on how much of the bone's velocity a particle will inherit.
Declaration
public float InheritVelocityScale { get; set; }
Property Value
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
NormalCheckTolerance
Declaration
public float NormalCheckTolerance { get; set; }
Property Value
Type |
Description |
System.Single |
|
Remarks
|
Improve this Doc
View Source
NormalCheckToleranceDegrees
Normal tolerance. 0 degrees means it must be an exact match, 180 degrees means it can be any angle.
Declaration
public float NormalCheckToleranceDegrees { get; set; }
Property Value
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
NormalToCompare
Use this normal to restrict spawning locations
Declaration
public Vector NormalToCompare { get; set; }
Property Value
|
Improve this Doc
View Source
SkelMeshActorParamName
The parameter name of the skeletal mesh actor that supplies the SkelMeshComponent for in-game.
Declaration
public Name SkelMeshActorParamName { get; set; }
Property Value
|
Improve this Doc
View Source
SourceType
Whether the module uses Verts or Surfaces for locations.
Declaration
public byte SourceType { get; set; }
Property Value
Type |
Description |
System.Byte |
|
Remarks
|
Improve this Doc
View Source
StaticClass
Declaration
public static Class StaticClass { get; }
Property Value
|
Improve this Doc
View Source
UniversalOffset
An offset to apply to each vert/surface
Declaration
public Vector UniversalOffset { get; set; }
Property Value
Methods
|
Improve this Doc
View Source
New(UObject, Name)
Spawn an object of this class
Declaration
public static ParticleModuleLocationSkelVertSurface New(UObject obj = null, Name name = default(Name))
Parameters
Returns
Operators
|
Improve this Doc
View Source
Implicit(IntPtr to ParticleModuleLocationSkelVertSurface)
Convert from IntPtr to UObject
Declaration
public static implicit operator ParticleModuleLocationSkelVertSurface(IntPtr p)
Parameters
Type |
Name |
Description |
System.IntPtr |
p |
|
Returns