Navigation
API > API/Plugins > API/Plugins/ClonerEffector > API/Plugins/ClonerEffector/Effector > API/Plugins/ClonerEffector/Effector/Modes
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UCEEffectorExtensionBase
- UCEEffectorModeBase
- UCEEffectorNoiseMode
References
| Module | ClonerEffector |
| Header | /Engine/Plugins/Experimental/ClonerEffector/Source/ClonerEffector/Public/Effector/Modes/CEEffectorNoiseMode.h |
| Include | #include "Effector/Modes/CEEffectorNoiseMode.h" |
Syntax
UCLASS (MinimalAPI, BlueprintType, Within=CEEffectorComponent)
class UCEEffectorNoiseMode : public UCEEffectorModeBase
Variables
| Type | Name | Description | |
|---|---|---|---|
| float | Frequency | Intensity of the noise field | |
| FVector | LocationStrength | Amplitude of the noise field for location | |
| FVector | Pan | Panning to offset the noise field sampling | |
| FRotator | RotationStrength | Amplitude of the noise field for rotation | |
| FVector | ScaleStrength | Amplitude of the noise field for scale |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| float | GetFrequency () |
||
| FVector | |||
| FVector | GetPan () |
||
| FRotator | |||
| FVector | |||
| void | SetFrequency
(
float InFrequency |
||
| void | SetLocationStrength
(
const FVector& InStrength |
||
| void | |||
| void | SetRotationStrength
(
const FRotator& InStrength |
||
| void | SetScaleStrength
(
const FVector& InStrength |
Overridden from UCEEffectorExtensionBase
| Type | Name | Description | |
|---|---|---|---|
| void | OnExtensionParametersChanged
(
UCEEffectorComponent* InComponent |
Called to reapply type parameters |
Overridden from UObject
| Type | Name | Description | |
|---|---|---|---|
| void | PostEditChangeProperty
(
FPropertyChangedEvent& InPropertyChangedEvent |
Called when a property on this object has been modified externally |
Constants
| Name | Description |
|---|---|
| PropertyChangeDispatcher | Used for PECP |