Navigation
API > API/Plugins > API/Plugins/PhysicsControl
References
| Module | PhysicsControl |
| Header | /Engine/Plugins/Experimental/PhysicsControl/Source/PhysicsControl/Public/PhysicsControlLimbData.h |
| Include | #include "PhysicsControlLimbData.h" |
Syntax
USTRUCT (BlueprintType )
struct FPhysicsControlLimbBones
Remarks
Wrapper for the array of bone names, so that the limbs can we can work with a map of arrays of names.
Variables
| Type | Name | Description | |
|---|---|---|---|
| uint8: 1 | bCreateBodyModifiers | ||
| uint8: 1 | bCreateParentSpaceControls | ||
| uint8: 1 | bCreateWorldSpaceControls | ||
| uint8: 1 | bFirstBoneIsAdditional | Indicates if the first bone in this limb was included due to "IncludeParentBone". | |
| TArray< FName > | BoneNames | The names of the bones in the limb | |
| TWeakObjectPtr< USkeletalMeshComponent > | SkeletalMeshComponent | The Skeletal mesh that this limb is associated with |
Constructors
| Type | Name | Description | |
|---|---|---|---|