![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include "ClothingSimulationInterface.h"#include "ClothingSimulationCacheData.h"#include "Containers/Array.h"#include "Math/Transform.h"#include "Math/Vector.h"#include "Stats/Stats.h"Go to the source code of this file.
Classes | |
| class | FClothingSimulationContextCommon |
Macros | |
| #define | UE_API CLOTHINGSYSTEMRUNTIMECOMMON_API |
Functions | |
| DECLARE_CYCLE_STAT_EXTERN (TEXT("Compute Clothing Normals"), STAT_ClothComputeNormals, STATGROUP_Physics, UE_API) | |
| DECLARE_CYCLE_STAT_EXTERN (TEXT("Internal Solve"), STAT_ClothInternalSolve, STATGROUP_Physics, UE_API) | |
| DECLARE_CYCLE_STAT_EXTERN (TEXT("Update Collisions"), STAT_ClothUpdateCollisions, STATGROUP_Physics, UE_API) | |
| DECLARE_CYCLE_STAT_EXTERN (TEXT("Skin Physics Mesh"), STAT_ClothSkinPhysMesh, STATGROUP_Physics, UE_API) | |
| DECLARE_CYCLE_STAT_EXTERN (TEXT("Fill Context"), STAT_ClothFillContext, STATGROUP_Physics, UE_API) | |
| DECLARE_CYCLE_STAT_EXTERN | ( | TEXT("Compute Clothing Normals") | , |
| STAT_ClothComputeNormals | , | ||
| STATGROUP_Physics | , | ||
| UE_API | |||
| ) |
| DECLARE_CYCLE_STAT_EXTERN | ( | TEXT("Fill Context") | , |
| STAT_ClothFillContext | , | ||
| STATGROUP_Physics | , | ||
| UE_API | |||
| ) |
| DECLARE_CYCLE_STAT_EXTERN | ( | TEXT("Internal Solve") | , |
| STAT_ClothInternalSolve | , | ||
| STATGROUP_Physics | , | ||
| UE_API | |||
| ) |
| DECLARE_CYCLE_STAT_EXTERN | ( | TEXT("Skin Physics Mesh") | , |
| STAT_ClothSkinPhysMesh | , | ||
| STATGROUP_Physics | , | ||
| UE_API | |||
| ) |
| DECLARE_CYCLE_STAT_EXTERN | ( | TEXT("Update Collisions") | , |
| STAT_ClothUpdateCollisions | , | ||
| STATGROUP_Physics | , | ||
| UE_API | |||
| ) |