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"))
void GetConstraints
(
bool bIncludesTerminated,
TArray < FConstraintInstanceAccessor > & OutConstraints
)
Remarks
Gets all the constraints
Parameters
| Name | Description |
|---|---|
| IncludesTerminated | whether or not to return terminated constraints |
| OutConstraints | returned list of constraints matching the parameters |