Navigation
API > API/Plugins > API/Plugins/ChaosFleshEngine
| |
|
| Name |
EDeformableExecutionModel |
| Type |
enum |
| Header File |
/Engine/Plugins/Experimental/ChaosFlesh/Source/ChaosFleshEngine/Public/ChaosFlesh/ChaosDeformableTypes.h |
| Include Path |
#include "ChaosFlesh/ChaosDeformableTypes.h" |
Syntax
enum EDeformableExecutionModel
{
Chaos_Deformable_PrePhysics,
Chaos_Deformable_DuringPhysics,
Chaos_Deformable_PostPhysics,
Chaos_Max,
}
Values
| Name |
Remarks |
| Chaos_Deformable_PrePhysics |
|
| Chaos_Deformable_DuringPhysics |
|
| Chaos_Deformable_PostPhysics |
|
| Chaos_Max |
|