Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/USkeletalMeshComponent
Description
Gets the constraint profile properties that a joint drive would adopt if it were set to the given constraint profile. The default will be returned if an empty or invalid profile name is passed in. Returns true if the successful, or false if the joint can't be found.
| Name | GetConstraintProfilePropertiesOrDefault |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/Components/SkeletalMeshComponent.h |
| Include Path | #include "Components/SkeletalMeshComponent.h" |
| Source | /Engine/Source/Runtime/Engine/Private/SkeletalMeshComponentPhysics.cpp |
bool GetConstraintProfilePropertiesOrDefault
(
FConstraintProfileProperties & OutProperties,
FName JointName,
FName ProfileName
)