Class VectorFieldComponent
A Component referencing a vector field.
Inheritance
System.Object
VectorFieldComponent
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)
Namespace: UE4.Engine
Assembly: UE4DotNet.dll
Syntax
public class VectorFieldComponent : PrimitiveComponent
Properties
| Improve this Doc View SourcebPreviewVectorField
Declaration
public bool bPreviewVectorField { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
DefaultObject
Get UE4 Default Object for this Class
Declaration
public static VectorFieldComponent DefaultObject { get; }
Property Value
Type | Description |
---|---|
VectorFieldComponent |
Intensity
The intensity at which the vector field is applied.
Declaration
public float Intensity { get; set; }
Property Value
Type | Description |
---|---|
System.Single |
StaticClass
Get UE4 Class
Declaration
public static Class StaticClass { get; }
Property Value
Type | Description |
---|---|
Class |
Tightness
How tightly particles follow the vector field.
Declaration
public float Tightness { get; set; }
Property Value
Type | Description |
---|---|
System.Single |
VectorField
The vector field asset.
Declaration
public VectorField VectorField { get; set; }
Property Value
Type | Description |
---|---|
VectorField |
Methods
| Improve this Doc View SourceNew(UObject, Name)
Spawn an object of this class
Declaration
public static VectorFieldComponent New(UObject obj = null, Name name = default(Name))
Parameters
Type | Name | Description |
---|---|---|
UObject | obj | |
Name | name |
Returns
Type | Description |
---|---|
VectorFieldComponent |
SetIntensity(Single)
Set the intensity of the vector field.
Declaration
public void SetIntensity(float NewIntensity)
Parameters
Type | Name | Description |
---|---|---|
System.Single | NewIntensity |
Remarks
@param NewIntensity - The new intensity of the vector field.
Operators
| Improve this Doc View SourceImplicit(IntPtr to VectorFieldComponent)
Convert from IntPtr to UObject
Declaration
public static implicit operator VectorFieldComponent(IntPtr p)
Parameters
Type | Name | Description |
---|---|---|
System.IntPtr | p |
Returns
Type | Description |
---|---|
VectorFieldComponent |