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 |
- EditAnywhere
- BlueprintReadWrite
- Interp
- Category="ExternalForces"
- Meta=(ToolTip="Coefficient between 0 and 1 to be used for the air drag")
|
| AirVelocity |
FVector |
Velocity of the surrounding air in cm/s |
GroomAssetPhysics.h |
- EditAnywhere
- BlueprintReadWrite
- Interp
- Category="ExternalForces"
- Meta=(ToolTip="Velocity of the surrounding air in cm/s")
|
| GravityVector |
FVector |
Acceleration vector in cm/s2 to be used for the gravity |
GroomAssetPhysics.h |
- EditAnywhere
- BlueprintReadWrite
- Interp
- Category="ExternalForces"
- Meta=(ToolTip="Acceleration vector in cm/s2 to be used for the gravity")
|