Navigation
API > API/Runtime > API/Runtime/Chaos
| Name | EWaveFunctionType |
| Type | enum |
| Header File | /Engine/Source/Runtime/Experimental/Chaos/Public/Field/FieldSystemTypes.h |
| Include Path | #include "Field/FieldSystemTypes.h" |
Syntax
enum EWaveFunctionType
{
Field_Wave_Cosine,
Field_Wave_Gaussian,
Field_Wave_Falloff,
Field_Wave_Decay,
Field_Wave_Max,
}
Values
| Name | Remarks |
|---|---|
| Field_Wave_Cosine | |
| Field_Wave_Gaussian | |
| Field_Wave_Falloff | |
| Field_Wave_Decay | |
| Field_Wave_Max | 256th entry |