Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Animation
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Public/Animation/AnimPhysicsSolver.h |
| Include | #include "Animation/AnimPhysicsSolver.h" |
Syntax
struct FAnimPhysWindData
Remarks
Simple struct holding wind params passed into simulation
Variables
| Type | Name | Description | |
|---|---|---|---|
| float | BodyWindScale | Scale for the final velocity. | |
| float | WindAdaption | Mirrors APEX adaption, adds some randomness / billow. | |
| FVector | WindDirection | World space wind direction. | |
| float | WindSpeed | Current wind speed. |