Engine.RB_ConstraintInstance
- Extends
- Object
- Modifiers
- hidecategories ( Object ) native ( Physics )
Copyright 1998-2008 Epic Games, Inc. All Rights Reserved.
Core.Object
|
+-- Engine.RB_ConstraintInstance
Inherited Variables from Core.Object |
Class, HashNext, HashOuterNext, Linker, LinkerIndex, Name, NetIndex, ObjectArchetype, ObjectFlags, ObjectInternalInteger, Outer, StateFrame, VfTableObject |
Inherited Structures from Core.Object |
Box, BoxSphereBounds, Color, Cylinder, double, DynamicMap_Mirror, Guid, IndirectArray_Mirror, InterpCurveFloat, InterpCurvePointFloat, InterpCurvePointQuat, InterpCurvePointTwoVectors, InterpCurvePointVector, InterpCurvePointVector2D, InterpCurveQuat, InterpCurveTwoVectors, InterpCurveVector, InterpCurveVector2D, IntPoint, LinearColor, Map_Mirror, Matrix, MultiMap_Mirror, Plane, pointer, Quat, qword, RawDistribution, RenderCommandFence, Rotator, TextureMipBulkData_Mirror, ThreadSafeCounter, TPOV, TwoVectors, UntypedBulkData_Mirror, Vector, Vector2D, Vector4 |
Functions Summary |
 | vector | GetConstraintLocation ()
|
 | | InitConstraint (PrimitiveComponent PrimComp1, PrimitiveComponent PrimComp2, RB_ConstraintSetup Setup, float Scale, Actor InOwner, PrimitiveComponent InPrimComp, bool bMakeKinForBody1)
|
 | | MoveKinActorTransform (out matrix NewTM)
|
 | | SetAngularDOFLimitScale (float InSwing1LimitScale, float InSwing2LimitScale, float InTwistLimitScale, RB_ConstraintSetup InSetup)
|
 | | SetAngularDriveParams (float InSpring, float InDamping, float InForceLimit)
|
 | | SetAngularPositionDrive (bool bEnableSwingDrive, bool bEnableTwistDrive)
|
 | | SetAngularPositionTarget (quat InPosTarget)
|
 | | SetAngularVelocityDrive (bool bEnableSwingDrive, bool bEnableTwistDrive)
|
 | | SetAngularVelocityTarget (vector InVelTarget)
|
 | | SetLinearDriveParams (float InSpring, float InDamping, float InForceLimit)
|
 | | SetLinearLimitSize (float NewLimitSize)
|
 | | SetLinearPositionDrive (bool bEnableXDrive, bool bEnableYDrive, bool bEnableZDrive)
|
 | | SetLinearPositionTarget (vector InPosTarget)
|
 | | SetLinearVelocityDrive (bool bEnableXDrive, bool bEnableYDrive, bool bEnableZDrive)
|
 | | SetLinearVelocityTarget (vector InVelTarget)
|
 | | TermConstraint ()
|
Inherited Functions from Core.Object |
!, !=, $, $=, %, &, &&, *, **, *=, +, ++, +=, -, --, -=, / , /=, <, <<, <=, ==, >, >=, >>, >>>, @, @=, Abs, Acos, Asc, Asin, Atan, BeginState, ByteToFloat, Caps, Chr, Clamp, ClampLength, ClampRotAxis, ClassIsChildOf, ClearConfig, ClockwiseFrom, ColorToLinearColor, ContinuedState, Cos, Cross, Disable, Dot, DumpStateStack, DynamicLoadObject, Enable, EndState, Exp, FClamp, FCubicInterp, FindDeltaAngle, FindObject, FInterpEaseIn, FInterpEaseInOut, FInterpEaseOut, FInterpTo, FloatToByte, FMax, FMin, FPctByRange, FRand, GetAngularDegreesFromRadians, GetAngularDistance, GetAngularFromDotDist, GetAxes, GetDotDistance, GetEnum, GetFuncName, GetHeadingAngle, GetNetFuncName, GetPackageName, GetPerObjectConfigSections, GetRangePctByValue, GetRangeValueByPct, GetSpecialValue, GetStateName, GetUnAxes, GotoState, InStr, IsA, IsChildState, IsInState, IsNetScript, IsPendingKill, IsUTracing, IsZero, JoinArray, Left, Len, Lerp, Localize, Locs, Loge, LogInternal, MakeColor, MakeLinearColor, Max, Mid, Min, MirrorVectorByNormal, Normal, Normalize, NormalizeRotAxis, OrthoRotation, ParseStringIntoArray, PathName, PausedState, PointDistToLine, PointDistToPlane, PointInBox, PoppedState, PopState, ProjectOnTo, PushedState, PushState, QuatDot, QuatFindBetween, QuatFromAxisAndAngle, QuatFromRotator, QuatInvert, QuatProduct, QuatRotateVector, QuatSlerp, QuatToRotator, Rand, RandRange, RDiff, Repl, Right, RInterpTo, RLerp, RotRand, Round, RSize, RSmerp, SaveConfig, SClampRotAxis, ScriptTrace, SetSpecialValue, SetUTracing, Sin, Split, Sqrt, Square, StaticClearConfig, StaticSaveConfig, Tan, TimeStamp, ToHex, TransformVectorByRotation, UnwindHeading, vect2d, VInterpTo, VLerp, VRand, VSize, VSize2D, VSizeSq, VSizeSq2D, VSmerp, WarnInternal, ^, ^^, |, ||, ~, ~= |
var native const bool bInHardware;
var bool bTerminated;
var const native
pointer ConstraintData;
var const int ConstraintIndex;
var const native private
pointer DummyKinActor;
var const transient
Actor Owner;
var native const int SceneIndex;
Angular
var(Angular) const float AngularDriveDamping;
AngularDriveForceLimit Source code
var(Angular) const float AngularDriveForceLimit;
var(Angular) const float AngularDriveSpring;
var(Angular) const
quat AngularPositionTarget;
var(Angular) const
vector AngularVelocityTarget;
var(Angular) const bool bAngularSlerpDrive;
var(Angular) const bool bSwingPositionDrive;
var(Angular) const bool bSwingVelocityDrive;
var(Angular) const bool bTwistPositionDrive;
var(Angular) const bool bTwistVelocityDrive;
Linear
var(Linear) const bool bLinearXPositionDrive;
var(Linear) const bool bLinearXVelocityDrive;
var(Linear) const bool bLinearYPositionDrive;
var(Linear) const bool bLinearYVelocityDrive;
var(Linear) const bool bLinearZPositionDrive;
var(Linear) const bool bLinearZVelocityDrive;
var(Linear) const float LinearDriveDamping;
var(Linear) const float LinearDriveForceLimit;
var(Linear) const float LinearDriveSpring;
var(Linear) const
vector LinearPositionTarget;
var(Linear) const
vector LinearVelocityTarget;
final native
function vector GetConstraintLocation ( )
final native
function MoveKinActorTransform ( out
matrix NewTM )
SetAngularDOFLimitScale Source code
final native
function SetAngularDOFLimitScale (
float InSwing1LimitScale,
float InSwing2LimitScale,
float InTwistLimitScale,
RB_ConstraintSetup InSetup )
final native function SetAngularDriveParams ( float InSpring, float InDamping, float InForceLimit )
SetAngularPositionDrive Source code
final native function SetAngularPositionDrive ( bool bEnableSwingDrive, bool bEnableTwistDrive )
SetAngularPositionTarget Source code
final native
function SetAngularPositionTarget (
quat InPosTarget )
SetAngularVelocityDrive Source code
final native function SetAngularVelocityDrive ( bool bEnableSwingDrive, bool bEnableTwistDrive )
SetAngularVelocityTarget Source code
final native
function SetAngularVelocityTarget (
vector InVelTarget )
final native function SetLinearDriveParams ( float InSpring, float InDamping, float InForceLimit )
final native function SetLinearLimitSize ( float NewLimitSize )
SetLinearPositionDrive Source code
final native function SetLinearPositionDrive ( bool bEnableXDrive, bool bEnableYDrive, bool bEnableZDrive )
SetLinearPositionTarget Source code
final native
function SetLinearPositionTarget (
vector InPosTarget )
SetLinearVelocityDrive Source code
final native function SetLinearVelocityDrive ( bool bEnableXDrive, bool bEnableYDrive, bool bEnableZDrive )
SetLinearVelocityTarget Source code
final native
function SetLinearVelocityTarget (
vector InVelTarget )
final native noexport function TermConstraint ( )
defaultproperties
{
LinearDriveSpring=50.000000
LinearDriveDamping=1.000000
AngularPositionTarget=(X=0.000000,Y=0.000000,Z=0.000000,W=1.000000)
AngularDriveSpring=50.000000
AngularDriveDamping=1.000000
Name="Default__RB_ConstraintInstance"
ObjectArchetype=Object'Core.Default__Object'
}
|
Creation time: sk 18-3-2018 10:00:42.113 - Created with
UnCodeX