Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames

Engine.SkelControlFootPlacement


00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019
00020
00021
00022
00023
00024
00025
00026
00027
00028
00029
00030
00031
00032
00033
00034
00035
00036
00037
00038
00039
00040
00041
00042
00043
00044
00045
00046
00047
00048
00049
00050
00051
00052
00053
00054
00055
00056
class SkelControlFootPlacement extends SkelControlLimb
	hidecategories(Effector)
	native(Anim);
	
/**
 * Copyright 1998-2008 Epic Games, Inc. All Rights Reserved.
 *
 *	SkelControlLimb subclass designed for placing feet on the ground.
 *	The SkeletalMeshComponent must be adjusted in gameplay code so that the feet can pass into some world geometry,
 *	and then line-checks in the controller will detect where the line hits and pull the leg back accordingly, and orient
 *	the foor bone if desired.
 */

/** Vertical offset to apply to foot bone. This is applied along the vector between the hip position and the foot bone position. */
var(FootPlacement)	float	FootOffset;

/** Axis of the foot bone to align to ground normal (if bOrientFootToGround is true). */
var(FootPlacement)	EAxis	FootUpAxis;

/** Rotation offset applied to foot matrix before taking the FootUpAxis. */
var(FootPlacement)	rotator	FootRotOffset;

/** If we should invert the axis used for aligning the foot to the floor, defined by FootUpAxis. */
var(FootPlacement)	bool	bInvertFootUpAxis;

/** If we should attempt to align the foot bone with the surface normal of the ground. */
var(FootPlacement)	bool	bOrientFootToGround;

/** This control should be completely disabled if we are not doing an upwards adjustment on the foot. */ 
var(FootPlacement)	bool	bOnlyEnableForUpAdjustment;

/** Maximum distance from animated post that foot will be moved up. */
var(FootPlacement)	float	MaxUpAdjustment;

/** Maximum distance from animated post that foot will be moved down. */
var(FootPlacement)	float	MaxDownAdjustment;

/** Maximum angle (in degrees) that we will rotate the foot from the animated orientation in an attempt to match the ground normal. */
var(FootPlacement)	float	MaxFootOrientAdjust;

// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)

defaultproperties
{
   FootUpAxis=AXIS_X
   bOrientFootToGround=True
   MaxUpAdjustment=50.000000
   MaxFootOrientAdjust=45.000000
   Name="Default__SkelControlFootPlacement"
   ObjectArchetype=SkelControlLimb'Engine.Default__SkelControlLimb'
}

Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames
Class file time: tr 31-1-2018 17:18:00.000 - Creation time: sk 18-3-2018 10:01:14.229 - Created with UnCodeX