Navigation
API > API/Plugins > API/Plugins/DynamicWind
| Name | FDynamicWindParameters |
| Type | struct |
| Header File | /Engine/Plugins/Experimental/DynamicWind/Source/DynamicWind/Public/DynamicWindParameters.h |
| Include Path | #include "DynamicWindParameters.h" |
Syntax
USTRUCT (BlueprintType )
struct FDynamicWindParameters
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| DebugModulation | FVector4f | DynamicWindParameters.h |
|
|
| SimulationCenter | FVector | DynamicWindParameters.h |
|
|
| SimulationExtents | float | DynamicWindParameters.h |
|
|
| WindAmplitude | float | DynamicWindParameters.h |
|
|
| WindDirection | FVector | DynamicWindParameters.h |
|
|
| WindSpeed | float | DynamicWindParameters.h |
|
|
| WindTexture | TObjectPtr< UTexture > | DynamicWindParameters.h |
|