Navigation
API > API/Plugins > API/Plugins/PhysicsControl
References
| Module | PhysicsControl |
| Header | /Engine/Plugins/Experimental/PhysicsControl/Source/PhysicsControl/Public/RigidBodyControlData.h |
| Include | #include "RigidBodyControlData.h" |
Syntax
USTRUCT (BlueprintType )
struct FRigidBodyControlTarget
Remarks
Note that this file defines structures that are only used by the RigidBodyWithControl node. The RBWC node will also use structures defined in PhysicsControlData.h Some structures defined here may end up being shared with PhysicsControlComponent, so have a PhysicsControl prefix in anticipation of that. A single target for a control, which may be defined as an offset from the (implicit) animation target.
Variables
| Type | Name | Description | |
|---|---|---|---|
| FRotator | TargetOrientation | The target orientation of the child body, relative to the parent body | |
| FVector | TargetPosition | The target position of the child body, relative to the parent body |
Constructors
| Type | Name | Description | |
|---|---|---|---|