Navigation
API > API/Runtime > API/Runtime/Chaos
Enum to specify on which array the final field output will be stored for future use in rban/cloth
| Name | EFieldCommandOutputType |
| Type | enum |
| Header File | /Engine/Source/Runtime/Experimental/Chaos/Public/Field/FieldSystem.h |
| Include Path | #include "Field/FieldSystem.h" |
Syntax
enum EFieldCommandOutputType
{
LinearForce = 0,
LinearVelocity = 1,
AngularTorque = 2,
AngularVelocity = 3,
NumOutputs = 4,
}
Values
| Name | Remarks |
|---|---|
| LinearForce | |
| LinearVelocity | |
| AngularTorque | |
| AngularVelocity | |
| NumOutputs |