Class EmitterCameraLensEffectBase
Emitter Camera Lens Effect Base
Inheritance
System.Object
EmitterCameraLensEffectBase
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 EmitterCameraLensEffectBase : Emitter
Properties
|
Improve this Doc
View Source
bAllowMultipleInstances
Declaration
public bool bAllowMultipleInstances { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
BaseCamera
Camera this emitter is attached to, will be notified when emitter is destroyed
Declaration
public PlayerCameraManager BaseCamera { get; set; }
Property Value
|
Improve this Doc
View Source
BaseFOV
This is the assumed FOV for which the effect was authored. The code will make automatic adjustments to make it look the same at different FOVs
Declaration
public float BaseFOV { get; set; }
Property Value
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
bResetWhenRetriggered
Declaration
public bool bResetWhenRetriggered { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
DefaultObject
Get UE4 Default Object for this Class
Declaration
public static EmitterCameraLensEffectBase DefaultObject { get; }
Property Value
|
Improve this Doc
View Source
EmittersToTreatAsSame
If an emitter class in this array is currently playing, do not play this effect.
Declaration
public ObjectArrayField<Class> EmittersToTreatAsSame { get; }
Property Value
|
Improve this Doc
View Source
PS_CameraEffect
Declaration
public ParticleSystem PS_CameraEffect { get; set; }
Property Value
|
Improve this Doc
View Source
Effect-to-camera transform to allow arbitrary placement of the particle system .
Declaration
public Transform RelativeTransform { get; set; }
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 EmitterCameraLensEffectBase New(UObject obj = null, Name name = default(Name))
Parameters
Returns
Operators
|
Improve this Doc
View Source
Implicit(IntPtr to EmitterCameraLensEffectBase)
Convert from IntPtr to UObject
Declaration
public static implicit operator EmitterCameraLensEffectBase(IntPtr p)
Parameters
Type |
Name |
Description |
System.IntPtr |
p |
|
Returns