![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <BodySetup.h>
Public Member Functions | |
| ENGINE_API | FCookBodySetupInfo () |
Helper struct to indicate which geometry needs to be cooked
| FCookBodySetupInfo::FCookBodySetupInfo | ( | ) |
| bool FCookBodySetupInfo::bConvexDeformableMesh |
Whether the convex being cooked comes from a deformable mesh
| bool FCookBodySetupInfo::bCookMirroredConvex |
Whether to cook the mirror convex hulls
| bool FCookBodySetupInfo::bCookNonMirroredConvex |
Whether to cook the regular convex hulls
| bool FCookBodySetupInfo::bCookTriMesh |
Whether to cook trimesh collision
| bool FCookBodySetupInfo::bSupportFaceRemap |
Whether to support face remap, needed for physical material masks
| bool FCookBodySetupInfo::bSupportUVFromHitResults |
Whether to support UV from hit results
| bool FCookBodySetupInfo::bTriMeshError |
Error generating cook info for trimesh
| EPhysXMeshCookFlags FCookBodySetupInfo::ConvexCookFlags |
Convex cook flags
Vertices of NonMirroredConvex hulls
Vertices of NonMirroredConvex hulls
| FString FCookBodySetupInfo::OuterDebugName |
Debug name helpful for runtime cooking warnings
| FTriMeshCollisionData FCookBodySetupInfo::TriangleMeshDesc |
Trimesh data for cooking
| EPhysXMeshCookFlags FCookBodySetupInfo::TriMeshCookFlags |
Trimesh cook flags