Engine.PhysicsAssetInstance
- Extends
- Object
- Modifiers
- hidecategories ( Object ) native ( Physics )
Copyright 1998-2008 Epic Games, Inc. All Rights Reserved.
Core.Object
|
+-- Engine.PhysicsAssetInstance
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 |
 | RB_BodyInstance | FindBodyInstance (name BodyName, PhysicsAsset InAsset)
|
 | RB_ConstraintInstance | FindConstraintInstance (name ConName, PhysicsAsset InAsset)
|
 | float | GetTotalMassBelowBone (name InBoneName, PhysicsAsset InAsset, SkeletalMesh InSkelMesh)
|
 | | SetAllBodiesFixed (bool bNewFixed)
|
 | | SetAllMotorsAngularDriveParams (float InSpring, float InDamping, float InForceLimit)
|
 | | SetAllMotorsAngularDriveStrength (float InAngularSpringStrength, float InAngularDampingStrength, float InAngularForceLimitStrength, SkeletalMeshComponent SkelMeshComp)
|
 | | SetAllMotorsAngularPositionDrive (bool bEnableSwingDrive, bool bEnableTwistDrive)
|
 | | SetAngularDriveScale (float InAngularSpringScale, float InAngularDampingScale, float InAngularForceLimitScale)
|
 | | SetFullAnimWeightBonesFixed (bool bNewFixed, SkeletalMeshComponent SkelMesh)
|
 | | SetLinearDriveScale (float InLinearSpringScale, float InLinearDampingScale, float InLinearForceLimitScale)
|
 | | SetNamedBodiesBlockRigidBody (bool bNewBlockRigidBody, Array<Name> BoneNames, SkeletalMeshComponent SkelMesh)
|
 | | SetNamedBodiesFixed (bool bNewFixed, Array<Name> BoneNames, SkeletalMeshComponent SkelMesh, optional bool bSetOtherBodiesToComplement)
|
 | | SetNamedMotorsAngularPositionDrive (bool bEnableSwingDrive, bool bEnableTwistDrive, Array<Name> BoneNames, SkeletalMeshComponent SkelMeshComp, optional bool bSetOtherBodiesToComplement)
|
 | | SetNamedRBBoneSprings (bool bEnable, Array<Name> BoneNames, float InBoneLinearSpring, float InBoneAngularSpring, SkeletalMeshComponent SkelMeshComp)
|
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 const float AngularDampingScale;
AngularForceLimitScale Source code
var const float AngularForceLimitScale;
var const float AngularSpringScale;
var const native
Map_Mirror CollisionDisableTable;
var const float LinearDampingScale;
var const float LinearForceLimitScale;
var const float LinearSpringScale;
var const transient
Actor Owner;
var const transient int RootBodyIndex;
FindConstraintInstance Source code
final native function SetAllBodiesFixed ( bool bNewFixed )
SetAllMotorsAngularDriveParams Source code
final native function SetAllMotorsAngularDriveParams ( float InSpring, float InDamping, float InForceLimit )
SetAllMotorsAngularDriveStrength Source code
final native
function SetAllMotorsAngularDriveStrength (
float InAngularSpringStrength,
float InAngularDampingStrength,
float InAngularForceLimitStrength,
SkeletalMeshComponent SkelMeshComp )
SetAllMotorsAngularPositionDrive Source code
final native function SetAllMotorsAngularPositionDrive ( bool bEnableSwingDrive, bool bEnableTwistDrive )
final native function SetAngularDriveScale ( float InAngularSpringScale, float InAngularDampingScale, float InAngularForceLimitScale )
SetFullAnimWeightBonesFixed Source code
final native function SetLinearDriveScale ( float InLinearSpringScale, float InLinearDampingScale, float InLinearForceLimitScale )
SetNamedBodiesBlockRigidBody Source code
final native
function SetNamedBodiesBlockRigidBody (
bool bNewBlockRigidBody, Array<
Name> BoneNames,
SkeletalMeshComponent SkelMesh )
final native
function SetNamedBodiesFixed (
bool bNewFixed, Array<
Name> BoneNames,
SkeletalMeshComponent SkelMesh, optional
bool bSetOtherBodiesToComplement )
SetNamedMotorsAngularPositionDrive Source code
final native
function SetNamedMotorsAngularPositionDrive (
bool bEnableSwingDrive,
bool bEnableTwistDrive, Array<
Name> BoneNames,
SkeletalMeshComponent SkelMeshComp, optional
bool bSetOtherBodiesToComplement )
final native
function SetNamedRBBoneSprings (
bool bEnable, Array<
Name> BoneNames,
float InBoneLinearSpring,
float InBoneAngularSpring,
SkeletalMeshComponent SkelMeshComp )
defaultproperties
{
LinearSpringScale=1.000000
LinearDampingScale=1.000000
LinearForceLimitScale=1.000000
AngularSpringScale=1.000000
AngularDampingScale=1.000000
AngularForceLimitScale=1.000000
Name="Default__PhysicsAssetInstance"
ObjectArchetype=Object'Core.Default__Object'
}
|
Creation time: sk 18-3-2018 10:00:41.355 - Created with
UnCodeX