![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include "EngineDefines.h"#include "EngineLogs.h"#include "Math/BoxSphereBounds.h"#include "PhysicsEngine/ShapeElem.h"#include "PhysicsEngine/ConvexElem.h"#include "PhysicsEngine/BoxElem.h"#include "PhysicsEngine/LevelSetElem.h"#include "PhysicsEngine/SphereElem.h"#include "PhysicsEngine/SphylElem.h"#include "PhysicsEngine/AggregateGeom.h"#include "PhysicsEngine/SkinnedTriangleMeshElem.h"#include "PhysicsEngine/TaperedCapsuleElem.h"#include "Engine/Polys.h"#include "Chaos/Convex.h"#include "Chaos/Levelset.h"#include "Chaos/MLLevelset.h"#include "Chaos/SkinnedTriangleMesh.h"#include "Chaos/WeightedLatticeImplicitObject.h"#include "AutoRTFM.h"#include "UObject/Package.h"Macros | |
| #define | MIN_HULL_VERT_DISTANCE (0.1f) |
| #define | MIN_HULL_VALID_DIMENSION (0.5f) |
| #define | PHYSICS_AGGREGATE_GEOMETRY_ISPC_ENABLED_DEFAULT 1 |
| #define | LOCAL_EPS UE_SMALL_NUMBER |
Functions | |
| float | SelectMinScale (FVector3f Scale) |
| FArchive & | operator<< (FArchive &Ar, FKConvexElem &Elem) |
Variables | |
| bool | bEnableMLLevelSet = false |
| #define LOCAL_EPS UE_SMALL_NUMBER |
| #define MIN_HULL_VALID_DIMENSION (0.5f) |
| #define MIN_HULL_VERT_DISTANCE (0.1f) |
| #define PHYSICS_AGGREGATE_GEOMETRY_ISPC_ENABLED_DEFAULT 1 |
| FArchive & operator<< | ( | FArchive & | Ar, |
| FKConvexElem & | Elem | ||
| ) |