Class AnimNotifyState_Trail
Inheritance
System.Object
AnimNotifyState_Trail
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 AnimNotifyState_Trail : AnimNotifyState
Properties
|
Improve this Doc
View Source
bRecycleSpawnedSystems
Declaration
public bool bRecycleSpawnedSystems { get; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
bRenderGeometry
Declaration
public bool bRenderGeometry { get; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
bRenderSpawnPoints
Declaration
public bool bRenderSpawnPoints { get; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
bRenderTangents
Declaration
public bool bRenderTangents { get; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
bRenderTessellation
Declaration
public bool bRenderTessellation { get; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
DefaultObject
Get UE4 Default Object for this Class
Declaration
public static AnimNotifyState_Trail DefaultObject { get; }
Property Value
|
Improve this Doc
View Source
FirstSocketName
Name of the first socket defining this trail.
Declaration
public Name FirstSocketName { get; }
Property Value
|
Improve this Doc
View Source
PSTemplate
The particle system to use for this trail.
Declaration
public ParticleSystem PSTemplate { get; }
Property Value
|
Improve this Doc
View Source
SecondSocketName
Name of the second socket defining this trail.
Declaration
public Name SecondSocketName { get; }
Property Value
|
Improve this Doc
View Source
StaticClass
Declaration
public static Class StaticClass { get; }
Property Value
|
Improve this Doc
View Source
WidthScaleCurve
Name of the curve to drive the width scale.
Declaration
public Name WidthScaleCurve { get; }
Property Value
|
Improve this Doc
View Source
WidthScaleMode
Controls the way width scale is applied.
Declaration
public byte WidthScaleMode { get; }
Property Value
Type |
Description |
System.Byte |
|
Methods
|
Improve this Doc
View Source
New(UObject, Name)
Spawn an object of this class
Declaration
public static AnimNotifyState_Trail New(UObject obj = null, Name name = default(Name))
Parameters
Returns
Events
|
Improve this Doc
View Source
OverridePSTemplate
Declaration
public event AnimNotifyState_Trail.OverridePSTemplate_delegate OverridePSTemplate
Event Type
Operators
|
Improve this Doc
View Source
Implicit(IntPtr to AnimNotifyState_Trail)
Convert from IntPtr to UObject
Declaration
public static implicit operator AnimNotifyState_Trail(IntPtr p)
Parameters
Type |
Name |
Description |
System.IntPtr |
p |
|
Returns