Worst-case scenario: the UEd Goblin wipes the map and burns down your house.
UE3:RB_Handle (UDK)
Object >> Component >> ActorComponent >> RB_Handle |
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. |
Utility object for moving actors around. Note - it really doesn't care which actor its a component of - you can use it to pick its owner up or anything else.
Properties[edit]
Property group 'RB_Handle'[edit]
AngularDamping[edit]
Type: float
Default value: 200.0
AngularStiffness[edit]
Type: float
Default value: 1000.0
LinearDamping[edit]
Type: float
Default value: 100.0
LinearDampingScale3D[edit]
Type: Object.Vector
Scales the handle spring damping along each axis (in local space of handle)
Default value:
Member | Value |
---|---|
X | 1.0 |
Y | 1.0 |
Z | 1.0 |
LinearStiffness[edit]
Type: float
Default value: 1300.0
LinearStiffnessScale3D[edit]
Type: Object.Vector
Scales the handle spring stiffness along each axis (in local space of handle)
Default value:
Member | Value |
---|---|
X | 1.0 |
Y | 1.0 |
Z | 1.0 |
Internal variables[edit]
bInHardware[edit]
Type: bool
Modifiers: transient, native, const
Whether we are in the hardware or software scene.
bInterpolating[edit]
Type: bool
bRotationConstrained[edit]
Type: bool
Modifiers: transient, native, const
Destination[edit]
Type: Object.Vector
GrabbedBoneName[edit]
Type: name
GrabbedComponent[edit]
Type: PrimitiveComponent
HandleData[edit]
Type: pointer{class NxJoint}
Modifiers: transient, native, const
KinActorData[edit]
Type: pointer{class NxActor}
Modifiers: transient, native, const
Location[edit]
Type: Object.Vector
current location
SceneIndex[edit]
Type: int
Modifiers: transient, native, const
Physics scene index.
StepSize[edit]
Type: Object.Vector
step size in units/sec
Default values[edit]
Property | Value |
---|---|
TickGroup | TG_PreAsyncWork |
Native functions[edit]
GetOrientation[edit]
GrabComponent[edit]
ReleaseComponent[edit]
SetLocation[edit]
SetOrientation[edit]
SetSmoothLocation[edit]
UpdateSmoothLocation[edit]
Adjust interpolation goal location while respecting current interpolation timing. Useful for interpolating to a moving target.