Navigation
API > API/Plugins > API/Plugins/HairStrandsCore
| Name | FHairSimulationForces |
| Type | struct |
| Header File | /Engine/Plugins/Runtime/HairStrands/Source/HairStrandsCore/Public/GroomAssetPhysics.h |
| Include Path | #include "GroomAssetPhysics.h" |
Syntax
USTRUCT (BlueprintType )
struct FHairSimulationForces
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| AirDrag | float | Coefficient between 0 and 1 to be used for the air drag | GroomAssetPhysics.h |
|
| AirVelocity | FVector | Velocity of the surrounding air in cm/s | GroomAssetPhysics.h |
|
| GravityVector | FVector | Acceleration vector in cm/s2 to be used for the gravity | GroomAssetPhysics.h |
|