Class PainCausingVolume
Volume that causes damage over time to any Actor that overlaps its collision.
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 PainCausingVolume : PhysicsVolume
Properties
| Improve this Doc View SourceBACKUP_bPainCausing
Declaration
public bool BACKUP_bPainCausing { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
bEntryPain
Declaration
public bool bEntryPain { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
bPainCausing
Declaration
public bool bPainCausing { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
DamageInstigator
Controller that gets credit for any damage caused by this volume
Declaration
public Controller DamageInstigator { get; set; }
Property Value
Type | Description |
---|---|
Controller |
DamagePerSec
Damage done per second to actors in this volume when bPainCausing=true
Declaration
public float DamagePerSec { get; set; }
Property Value
Type | Description |
---|---|
System.Single |
DamageType
Type of damage done
Declaration
public SubclassOf<DamageType> DamageType { get; set; }
Property Value
Type | Description |
---|---|
SubclassOf<DamageType> |
DefaultObject
Get UE4 Default Object for this Class
Declaration
public static PainCausingVolume DefaultObject { get; }
Property Value
Type | Description |
---|---|
PainCausingVolume |
PainInterval
If pain causing, time between damage applications.
Declaration
public float PainInterval { get; set; }
Property Value
Type | Description |
---|---|
System.Single |
StaticClass
Get UE4 Class
Declaration
public static Class StaticClass { get; }
Property Value
Type | Description |
---|---|
Class |
Methods
| Improve this Doc View SourceNew(UObject, Name)
Spawn an object of this class
Declaration
public static PainCausingVolume New(UObject obj = null, Name name = default(Name))
Parameters
Type | Name | Description |
---|---|---|
UObject | obj | |
Name | name |
Returns
Type | Description |
---|---|
PainCausingVolume |
Operators
| Improve this Doc View SourceImplicit(IntPtr to PainCausingVolume)
Convert from IntPtr to UObject
Declaration
public static implicit operator PainCausingVolume(IntPtr p)
Parameters
Type | Name | Description |
---|---|---|
System.IntPtr | p |
Returns
Type | Description |
---|---|
PainCausingVolume |