RBActorWrapper : ActorWrapper
float GetMaxLinearSpeed()
void SetMaxLinearSpeed(float newMaxLinearSpeed)
Parameter | Type | Description |
---|---|---|
newMaxLinearSpeed | float | — |
float GetMaxAngularSpeed()
void SetMaxAngularSpeed(float newMaxAngularSpeed)
Parameter | Type | Description |
---|---|---|
newMaxAngularSpeed | float | — |
unsigned long GetbDisableSleeping()
void SetbDisableSleeping(unsigned long newbDisableSleeping)
Parameter | Type | Description |
---|---|---|
newbDisableSleeping | unsigned long | — |
unsigned long GetbReplayActor()
void SetbReplayActor(unsigned long newbReplayActor)
Parameter | Type | Description |
---|---|---|
newbReplayActor | unsigned long | — |
unsigned long GetbFrozen()
void SetbFrozen(unsigned long newbFrozen)
Parameter | Type | Description |
---|---|---|
newbFrozen | unsigned long | — |
unsigned long GetbIgnoreSyncing()
void SetbIgnoreSyncing(unsigned long newbIgnoreSyncing)
Parameter | Type | Description |
---|---|---|
newbIgnoreSyncing | unsigned long | — |
unsigned long GetbPhysInitialized()
RBState GetOldRBState()
void SetOldRBState(RBState newOldRBState)
Parameter | Type | Description |
---|---|---|
newOldRBState | RBState | — |
RBState GetRBState()
void SetRBState(RBState newRBState)
Parameter | Type | Description |
---|---|---|
newRBState | RBState | — |
RBState GetReplicatedRBState()
void SetReplicatedRBState(RBState newReplicatedRBState)
Parameter | Type | Description |
---|---|---|
newReplicatedRBState | RBState | — |
RBState GetClientCorrectionRBState()
void SetClientCorrectionRBState(RBState newClientCorrectionRBState)
Parameter | Type | Description |
---|---|---|
newClientCorrectionRBState | RBState | — |
WorldContactData GetWorldContact()
void SetWorldContact(WorldContactData newWorldContact)
Parameter | Type | Description |
---|---|---|
newWorldContact | WorldContactData | — |
Vector GetSyncErrorLocation()
float GetSyncErrorAngle()
Vector GetSyncErrorAxis()
FXActorWrapper GetFXActorArchetype()
void SetFXActorArchetype(FXActorWrapper newFXActorArchetype)
Parameter | Type | Description |
---|---|---|
newFXActorArchetype | FXActorWrapper | — |
FXActorWrapper GetFXActor()
void SetFXActor(FXActorWrapper newFXActor)
Parameter | Type | Description |
---|---|---|
newFXActor | FXActorWrapper | — |
int GetLastRBCollisionsFrame()
RBActorWrapper GetWeldedActor()
RBActorWrapper GetWeldedTo()
float GetPreWeldMass()
void SetMass(float NewMass)
Parameter | Type | Description |
---|---|---|
NewMass | float | — |
void SetConstrained3D(Vector &LinearLower, Vector &LinearUpper, Vector &AngularLower, Vector &AngularUpper)
Parameter | Type | Description |
---|---|---|
LinearLower | Vector | — |
LinearUpper | Vector | — |
AngularLower | Vector | — |
AngularUpper | Vector | — |
void SetConstrained2D(unsigned long bConstrain2D)
Parameter | Type | Description |
---|---|---|
bConstrain2D | unsigned long | — |
void SetPhysicsState(RBState &NewState)
Parameter | Type | Description |
---|---|---|
NewState | RBState | — |
void SetFrozen(unsigned long bEnabled)
Parameter | Type | Description |
---|---|---|
bEnabled | unsigned long | — |
void SetMaxAngularSpeed2(float NewMaxSpeed)
Parameter | Type | Description |
---|---|---|
NewMaxSpeed | float | — |
void SetMaxLinearSpeed2(float NewMaxSpeed)
Parameter | Type | Description |
---|---|---|
NewMaxSpeed | float | — |
void AddTorque(Vector &Torque, unsigned char ForceMode)
Parameter | Type | Description |
---|---|---|
Torque | Vector | — |
ForceMode | unsigned char | — |
void AddForce(Vector &Force, unsigned char ForceMode)
Parameter | Type | Description |
---|---|---|
Force | Vector | — |
ForceMode | unsigned char | — |
void UnWeldRBActor(RBActorWrapper Other)
Parameter | Type | Description |
---|---|---|
Other | RBActorWrapper | — |
void WeldRBActor2(RBActorWrapper Other, Vector &WeldOffset, Rotator &WeldRotation)
Parameter | Type | Description |
---|---|---|
Other | RBActorWrapper | — |
WeldOffset | Vector | — |
WeldRotation | Rotator | — |