Always snap to grid
UE2:DamageFilter (U2)
From Unreal Wiki, The Unreal Engine Documentation Site
- Package:
- Engine
- Direct subclasses:
- DamageFilterDeployed, DamageFilterForceWall, DamageFilterVehicles
- This class in other games:
- U2XMP
This is an auto-generated page and may need human attention. Please remove the {{autogenerated}} tag if the page seems reasonably complete or replace it with the {{expand}} tag if the page is not yet complete. |
$Workfile: DamageFilter.uc $ Created By: Mark Poesch Created On: 2/10/01 $Author: Pcarlson $ $Date: 7/15/02 4:15p $ $Revision: 4 $
Constants[edit]
MaxFilteredDamageTypes[edit]
Value: 12
Properties[edit]
Filter[edit]
Type: STRUCT_DamageFilter
Array size: 12 (MaxFilteredDamageTypes
)
Structs[edit]
STRUCT_DamageFilter[edit]
- class<DamageType> DamageType
- float DamageMultiplier
- float MomentumMultiplier
Static functions[edit]
ApplyFilter[edit]
static function ApplyFilter (out int Damage, out Object.Vector Momentum, class<DamageType> DamageType, optional out float DamageFloat)