Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
previous class next class | frames no frames |
Copyright 1998-2008 Epic Games, Inc. All Rights Reserved.
Core.Object | +-- Core.Component | +-- Engine.ActorComponent | +-- Engine.RB_Spring
Variables Summary | |
---|---|
bool | bInHardware |
name | BoneName1 |
name | BoneName2 |
PrimitiveComponent | Component1 |
PrimitiveComponent | Component2 |
float | MinBodyMass |
int | SceneIndex |
pointer | SpringData |
float | TimeSinceActivation |
RB_Spring | |
bool | bEnableForceMassRatio |
float | DampMaxForce |
float | DampSaturateVel |
float | MaxForceMassRatio |
float | SpringMaxForce |
InterpCurveFloat | SpringMaxForceTimeScale |
float | SpringSaturateDist |
Inherited Variables from Engine.ActorComponent |
---|
bAttached, bNeedsReattach, bNeedsUpdateTransform, bTickInEditor, Owner, Scene, TickGroup |
Inherited Variables from Core.Component |
---|
TemplateName, TemplateOwnerClass |
Functions Summary | ||
---|---|---|
![]() | Clear () | |
![]() | SetComponents (PrimitiveComponent InComponent1, Name InBoneName1, vector Position1, PrimitiveComponent InComponent2, Name InBoneName2, vector Position2) |
Inherited Functions from Engine.ActorComponent |
---|
ForceUpdate, SetComponentRBFixed, SetTickGroup |
Variables Detail |
---|
Whether we are in the hardware or software scene.
Optional name of bone inside Component1 that spring is attached to (for PhysicsAsset case).
Optional name of bone inside Component2 that spring is attached to (for PhysicsAsset case).
PrimitiveComponent attached to one end of this spring.
PrimitiveComponent attached to other end of this spring.
Minimum mass of bodies connected by spring.
Physics scene index.
Internal phyiscs engine use.
Zeroed when SetComponents is called, this indicates the time the spring has been acting.
Allows you to limit the maximum force applied by spring based on MinBodyMass.
Maximum velocity damping force applied between sprung bodies.
Linear velocity (along spring direction) at which damping force is maximum.
If bEnableForceMassRatio is true, this is maximum allowed ratio between MinBodyMass and the applied spring force.
Max linear force applied by spring. Multiplied by SpringMaxForceTimeScale before being passed to simulation.
Allows scaling of spring force over time. Time is zeroed when SetComponents is called, and this curve is a scaling of SpringMaxForce over time from then (in seconds).
Spring extension at which maximum spring force is applied. Force linear ramps up to this point and is constant beyond it.
Functions Detail |
---|
Defaultproperties |
---|
defaultproperties { SpringMaxForceTimeScale=(Points=((OutVal=1.000000))) TickGroup=TG_PreAsyncWork Name="Default__RB_Spring" ObjectArchetype=ActorComponent'Engine.Default__ActorComponent' } |
Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
previous class next class | frames no frames |