Class AnimNotifyState_TimedParticleEffect
Timed Particle Effect Notify
Allows a looping particle effect to be played in an animation that will activate
at the beginning of the notify and deactivate at the end.
Inheritance
System.Object
AnimNotifyState_TimedParticleEffect
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_TimedParticleEffect : AnimNotifyState
Properties
|
Improve this Doc
View Source
bDestroyAtEnd
Declaration
public bool bDestroyAtEnd { get; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
DefaultObject
Get UE4 Default Object for this Class
Declaration
public static AnimNotifyState_TimedParticleEffect DefaultObject { get; }
Property Value
|
Improve this Doc
View Source
LocationOffset
Offset from the socket or bone to place the particle system
Declaration
public Vector LocationOffset { get; }
Property Value
|
Improve this Doc
View Source
PreviousPSTemplates
The following arrays are used to handle property changes during a state.
Declaration
public ObjectArrayField<ParticleSystem> PreviousPSTemplates { get; }
Property Value
Remarks
|
Improve this Doc
View Source
PSTemplate
The particle system to spawn for the notify state
Declaration
public ParticleSystem PSTemplate { get; }
Property Value
|
Improve this Doc
View Source
RotationOffset
Rotation offset from the socket or bone for the particle system
Declaration
public Rotator RotationOffset { get; }
Property Value
|
Improve this Doc
View Source
SocketName
The socket or bone to attach the system to
Declaration
public Name SocketName { get; }
Property Value
|
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 AnimNotifyState_TimedParticleEffect New(UObject obj = null, Name name = default(Name))
Parameters
Returns
Operators
|
Improve this Doc
View Source
Implicit(IntPtr to AnimNotifyState_TimedParticleEffect)
Convert from IntPtr to UObject
Declaration
public static implicit operator AnimNotifyState_TimedParticleEffect(IntPtr p)
Parameters
Type |
Name |
Description |
System.IntPtr |
p |
|
Returns