I search for solutions in this order: Past Code, Unreal Source, Wiki, BUF, groups.yahoo, google, screaming at monitor. – RegularX

UE3:ActorFactoryRigidBody (UT3)

From Unreal Wiki, The Unreal Engine Documentation Site
Revision as of 10:11, 17 May 2008 by Wormbo (Talk | contribs) (Auto-generated page)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
UT3 Object >> ActorFactory >> ActorFactoryDynamicSM >> ActorFactoryRigidBody
Package: 
Engine
Direct subclasses:
GameActorFactoryBreakable, UTActorFactoryUTKActor
This class in other games:
UDK

Copyright 1998-2007 Epic Games, Inc. All Rights Reserved.

Properties

Property group 'ActorFactoryRigidBody'

AdditionalVelocity

Type: DistributionVector

If valid, Velocity added to InitialVelocity when creating actor. This is here in addition to InitialVelocity to maintain backwards compatibility.

bDamageAppliesImpulse

Type: bool

Sets the bDamageAppliesImpulse flag on the new Actor.

Default value: True

bLocalSpaceInitialVelocity

Type: bool

Indicates if the initial velocity settings below should be considered in the world space or local space of the spawn target actor.

bStartAwake

Type: bool

Should spawned Actor start simulating as soon as its created, or be 'asleep' until hit.

Default value: True

InitialAngularVelocity

Type: DistributionVector

If valid, Angular Velocity given to newly spawned Actor.

InitialVelocity

Type: Object.Vector

Velocity that new rigid bodies will have when created. In the ref frame of the spawn target actor.

RBChannel

Type: PrimitiveComponent.ERBCollisionChannel

Allows setting the RBChannel flag on the spawned rigid body's StaticMeshComponent.

Default value: RBCC_GameplayPhysics

Default values

Property Value
bNoEncroachCheck True
CollisionType COLLIDE_BlockAll
GameplayActorClass Class'Engine.KActorSpawnable'
MenuName "Add RigidBody"
NewActorClass Class'Engine.KActor'