Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/PhysicsEngine > API/Runtime/Engine/PhysicsEngine/UPhysicsConstraintTemplate
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Classes/PhysicsEngine/PhysicsConstraintTemplate.h |
| Include | #include "PhysicsEngine/PhysicsConstraintTemplate.h" |
void ApplyConstraintProfile
&40;
FName ProfileName,
FConstraintInstance & CI,
bool bDefaultIfNotFound
&41; const
Remarks
Find profile with given name and apply it to constraint instance. Note we cannot return a pointer to the constraint profile as it's in a TArray by value and could be resized leading to an unsafe API