Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Components > API/Runtime/Engine/Components/USkeletalMeshComponent
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Classes/Components/SkeletalMeshComponent.h |
| Include | #include "Components/SkeletalMeshComponent.h" |
| Source | /Engine/Source/Runtime/Engine/Private/SkeletalMeshComponentPhysics.cpp |
UFUNCTION (BlueprintCallable, Category="Physics", Meta=(Keywords="Components|SkeletalMesh"))
FConstraintInstanceAccessor GetConstraintByName
(
FName ConstraintName,
bool bIncludesTerminated
)
Remarks
Gets a constraint by its name
Parameters
| Name | Description |
|---|---|
| ConstraintName | name of the constraint |
| IncludesTerminated | whether or not to return a terminated constraint |