Navigation
Classes
| Type | Name | Description | |
|---|---|---|---|
| APhysicsControlActor | Actor that holds a PhysicsControlComponent which is then used to apply controls/body modifiers to other actors from "outside", and a PhysicsControlInitializerComponent which provides the ability to create those controls automatically | ||
| FAnimNode_RigidBodyWithControl | Controller that simulates physics based on the physics asset of the skeletal mesh component | ||
| FBoneData | |||
| FInitialBodyModifier | Structure that determines a Body Modifier used during initialization of the physics control actor | ||
| FInitialCharacterControls | Structure that holds the data necessary to set up a default set of limb controls for a character | ||
| FInitialPhysicsControl | Structure that determines a Physics Control used during initialization of the physics control actor | ||
| FModifiedSkeletalMeshData | Used internally/only at runtime to track when a SkeletalMeshComponent is being controlled through a modifier, and to restore settings when that stops. | ||
| FOutputBoneData | |||
| FPhysicsBodyModifier | Represents a single/individual body modifier, with the modifier data | ||
| FPhysicsBodyModifierCreationData | Used on creation, to allow requesting the modifier to be in certain sets | ||
| FPhysicsBodyModifierRecord | There will be a PhysicsBodyModifier created at runtime for every BodyInstance involved in the component | ||
| FPhysicsControl | Structure that determines a "control" - this contains all the information needed to drive (with spring-dampers) a child body relative to a parent body. | ||
| FPhysicsControlAndBodyModifierCreationDatas | Collection of controls and body modifiers, used for creation | ||
| FPhysicsControlCharacterSetupData | |||
| FPhysicsControlControlAndModifierParameters | These apply temporary/ephemeral changes to the controls that only persist for one tick. | ||
| FPhysicsControlControlAndModifierUpdates | These apply permanent changes to the controls and modifiers, allowing all the settings to be changed (apart from the actual bodies that are being controlled/affected) | ||
| FPhysicsControlCreationData | Used on creation, to allow requesting the control to be in certain sets | ||
| FPhysicsControlData | Contains data associated with how physical bodies should be controlled/directed towards their targets. | ||
| FPhysicsControlLimbBones | Wrapper for the array of bone names, so that the limbs can we can work with a map of arrays of names. | ||
| FPhysicsControlLimbSetupData | Setup data that are used to create the representation of a single limb. | ||
| FPhysicsControlModifierData | Analogous to the ControlData, this indicates how an individual controlled body should move | ||
| FPhysicsControlModifierSparseData | Analogous to the ControlData, this indicates how an individual controlled body should move, with flags indicating whether each element should get used. | ||
| FPhysicsControlModule | |||
| FPhysicsControlMultiplier | These parameters allow modification of the parameters in FPhysicsControlData for two reasons: | ||
| FPhysicsControlNamedControlMultiplierParameters | Data that can be used to parameterize (modify/update) a control multiplier | ||
| FPhysicsControlNamedControlParameters | Data that can be used to parameterize (modify/update) a control | ||
| FPhysicsControlNamedModifierParameters | Data that can be used to parameterize(modify / update) a modifier | ||
| FPhysicsControlNameRecords | All the controls and body modifiers we create get given names, so we can keep a record in a form that will be useful to users. | ||
| FPhysicsControlNames | Wrapper for the array of names, so that the control/modifier sets can we work with a map of arrays of names. | ||
| FPhysicsControlPoseData | Caches the pose for PhysicsControlComponent. | ||
| FPhysicsControlRecord | There will be a PhysicsControlRecord created at runtime for every Control that has been created | ||
| FPhysicsControlSetUpdate | Update an existing set, or add to it | ||
| FPhysicsControlSetUpdates | Combines updates for control and modifier sets | ||
| FPhysicsControlSparseData | Strength and damping etc parameters that will affect a control, with flags indicating whether each element should get used. | ||
| FPhysicsControlSparseMultiplier | These parameters allow modification of the parameters in FPhysicsControlData for two reasons: | ||
| FPhysicsControlTarget | Defines a target position and orientation, and also the target velocity and angular velocity. | ||
| FPosQuat | Simple minimal implementation of a "FTransform without scale". | ||
| FRigidBodyControlRecord | This is the record for a control. | ||
| FRigidBodyControlTarget | Copyright Epic Games, Inc. All Rights Reserved. | ||
| FRigidBodyControlTargets | A set of targets for controls | ||
| FRigidBodyKinematicTarget | A single kinematic target, which may be defined as an offset from the (implicit) animation target. | ||
| FRigidBodyKinematicTargets | A set of kinematic targets | ||
| FRigidBodyModifierRecord | This is the record for a modifier. | ||
| FRigidBodyPoseData | Caches the pose for RigidBodyWithControl. | ||
| FRigidBodyWithControlReference | |||
| FSimulationSpaceData | |||
| UPhysicsControlAsset | Asset for storing Physics Control Profiles. | ||
| UPhysicsControlBPLibrary | |||
| UPhysicsControlComponent | This is the main Physics Control Component class which manages Controls and Body Modifiers associated with one or more static or skeletal meshes. | ||
| UPhysicsControlInitializerComponent |
Enums
| Type | Name | Description | |
|---|---|---|---|
| EPhysicsControlType | Specifies the type of control that is created when making controls from a skeleton or a set of limbs. | ||
| EPhysicsMovementType | Note that this file defines structures that mostly are, or could be, shared between the PhysicsControlComponent and the RigidBodyWithControl node. | ||
| EResetToCachedTargetBehavior | Specifies how any reset to cached target should work. | ||
| MapConstraintsBehaviorType |
Functions
| Type | Name | Description | |
|---|---|---|---|
| TArray< FName > | ExpandName
(
const FName InName, |
Returns a copy of the supplied list of names in which any names that match keys in the supplied 'Sets' map are replaced with all the names in the array associated with that key. | |
| TArray< FName > | ExpandNames
(
const TArray< FName >& InNames, |
||
| FName | GetPhysicsControlTypeName
(
const EPhysicsControlType ControlType |
||
| FName | GetPhysicsMovementTypeName
(
const EPhysicsMovementType MovementType |
||
| FPhysicsControlData | Interpolate
(
const FPhysicsControlData& A, |
Functions to interpolate between various control/modifier datas. | |
| FPhysicsControlSparseData | Interpolate
(
const FPhysicsControlSparseData& A, |
||
| FPhysicsControlModifierData | Interpolate
(
const FPhysicsControlModifierData& A, |
||
| FPhysicsControlModifierSparseData | Interpolate
(
const FPhysicsControlModifierSparseData& A, |
||
| bool | UE::PhysicsControl::DoesNameExist
(
const FName Name, |
Helper for GetUniqueName. | |
| bool | UE::PhysicsControl::DoesNameExist
(
const FName Name, |
Helper for GetUniqueName. | |
| bool | UE::PhysicsControl::DoesNameExist
(
const FName Name, |
Helper for GetUniqueName. | |
| FName | UE::PhysicsControl::GetUniqueBodyModifierName
(
const FName BodyName, |
||
| FName | UE::PhysicsControl::GetUniqueControlName
(
const FName ParentBodyName, |
||
| FName | UE::PhysicsControl::GetUniqueName
(
const FString& NameBase, |
Variables
| Type | Name | Description | |
|---|---|---|---|
| TAutoConsoleVariable< int32 > | CVarEnableRigidBodyNodeWithControl | ||
| TAutoConsoleVariable< int32 > | CVarEnableRigidBodyNodeWithControlSimulation | ||
| TAutoConsoleVariable< int32 > | CVarRigidBodyNodeWithControlLODThreshold | ||
| int32 | MaxNumControlsOrModifiersPerName |