The three virtues of a programmer: Laziness, Impatience, and Hubris. – Larry Wall
UE2:KActor (UT2003)
From Unreal Wiki, The Unreal Engine Documentation Site
Contents
- Package:
- Engine
- Direct subclasses:
- KConstraint, KTire
- This class in other games:
- U2XMP, UT2004, U2, UE2Runtime, UT3, UDK
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. |
KarmaActor. Just a handy class to derive off to make physics objects.
Properties
Property group 'KActor'
bOrientImpactEffect
Type: bool
ImpactEffect
ImpactInterval
Type: float
ImpactSounds
ImpactVolume
Type: float
Property group 'Karma'
bKTakeShot
Type: bool
Internal variables
LastImpactTime
Type: float
Modifiers: transient
Default values
Property | Value |
---|---|
bBlockActors | True |
bBlockKarma | True |
bBlockPlayers | True |
bCollideActors | True |
bEdShouldSnap | True |
bNoDelete | True |
bProjTarget | True |
CollisionHeight | 1.0 |
CollisionRadius | 1.0 |
DrawType | DT_StaticMesh |
Physics | PHYS_Karma |
RemoteRole | ROLE_None |
Events
KImpact
Overrides: Actor.KImpact
TakeDamage
event TakeDamage (int Damage, Pawn instigatedBy, Object.Vector hitlocation, Object.Vector momentum, class<DamageType> damageType)
Overrides: Actor.TakeDamage
Trigger
Overrides: Actor.Trigger