Navigation
API > API/Runtime > API/Runtime/Chaos > API/Runtime/Chaos/FEvolution > API/Runtime/Chaos/FEvolution/FSoftBodies
| Name | EStatus |
| Type | enum |
| Header File | /Engine/Source/Runtime/Experimental/Chaos/Public/Chaos/SoftsEvolution.h |
| Include Path | #include "Chaos/SoftsEvolution.h" |
Syntax
enum EStatus
{
Invalid = 0,
Active = 1,
Inactive = 2,
Free = 3,
}
Values
| Name | Remarks |
|---|---|
| Invalid | |
| Active | |
| Inactive | |
| Free |