![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include "PhysicsEngine/PhysicsConstraintComponent.h"#include "Components/SkeletalMeshComponent.h"#include "Engine/Texture2D.h"#include "Logging/MessageLog.h"#include "Misc/UObjectToken.h"#include "PhysicsEngine/PhysicsConstraintTemplate.h"#include "PhysicsEngine/PhysicsAsset.h"#include "PhysicsEngine/ConstraintUtils.h"#include "PhysicsEngine/PhysicsObjectExternalInterface.h"#include "PhysicsEngine/SkeletalBodySetup.h"#include "PhysicsProxy/SingleParticlePhysicsProxy.h"#include "Components/BillboardComponent.h"#include "UObject/ICookInfo.h"#include "UObject/SoftObjectPath.h"Macros | |
| #define | LOCTEXT_NAMESPACE "ConstraintComponent" |
Functions | |
| DECLARE_LOG_CATEGORY_EXTERN (LogPhysicsConstraints, Log, All) | |
| DEFINE_LOG_CATEGORY (LogPhysicsConstraints) | |
| int32 | GetBoneIndexHelper (FName InBoneName, const USkeletalMeshComponent &SkelComp, int32 *BodyIndex=nullptr) |
| #define LOCTEXT_NAMESPACE "ConstraintComponent" |
| DECLARE_LOG_CATEGORY_EXTERN | ( | LogPhysicsConstraints | , |
| Log | , | ||
| All | |||
| ) |
| DEFINE_LOG_CATEGORY | ( | LogPhysicsConstraints | ) |