Navigation
API > API/Plugins > API/Plugins/DynamicWind
| Name | UDynamicWindSubsystem |
| Type | class |
| Header File | /Engine/Plugins/Experimental/DynamicWind/Source/DynamicWind/Public/DynamicWindSubsystem.h |
| Include Path | #include "DynamicWindSubsystem.h" |
Syntax
UCLASS (BlueprintType, ClassGroup=(Rendering, Common))
class UDynamicWindSubsystem : public UWorldSubsystem
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → USubsystem → UWorldSubsystem → UDynamicWindSubsystem
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| FTransformProviderPtr | TSharedPtr< FDynamicWindTransformProvider, ESPMode::ThreadSafe > | DynamicWindSubsystem.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| OnPostRecreateScene | FDelegateHandle | DynamicWindSubsystem.h | ||
| OnPreRecreateScene | FDelegateHandle | DynamicWindSubsystem.h | ||
| TransformProvider | FTransformProviderPtr | DynamicWindSubsystem.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
float GetBlendedWindAmplitude() |
DynamicWindSubsystem.h |
|
|
void UpdateWindParameters
(
const FDynamicWindParameters& Parameters |
DynamicWindSubsystem.h |
|
Public Virtual
Overridden from UWorldSubsystem
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void PostInitialize() |
DynamicWindSubsystem.h | ||
virtual void PreDeinitialize() |
DynamicWindSubsystem.h |
Overridden from USubsystem
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual bool ShouldCreateSubsystem
(
UObject* Outer |
DynamicWindSubsystem.h |