Navigation
API > API/Plugins > API/Plugins/ClonerEffector > API/Plugins/ClonerEffector/Effector > API/Plugins/ClonerEffector/Effector/Modes
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UCEEffectorExtensionBase
- UCEEffectorModeBase
- UCEEffectorStepMode
References
| Module | ClonerEffector |
| Header | /Engine/Plugins/Experimental/ClonerEffector/Source/ClonerEffector/Public/Effector/Modes/CEEffectorStepMode.h |
| Include | #include "Effector/Modes/CEEffectorStepMode.h" |
Syntax
UCLASS (MinimalAPI, BlueprintType, Within=CEEffectorComponent)
class UCEEffectorStepMode : public UCEEffectorModeBase
Variables
| Type | Name | Description | |
|---|---|---|---|
| FVector | StepPosition | Interpolates from 0 to this position offset based on the particle index and particle count | |
| FRotator | StepRotation | Interpolates from 0 to this rotation based on the particle index and particle count | |
| FVector | StepScale | Interpolates from 1 to this scale based on the particle index and particle count |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| FVector | |||
| FRotator | |||
| FVector | GetStepScale () |
||
| void | SetStepPosition
(
const FVector& InPosition |
||
| void | SetStepRotation
(
const FRotator& InRotation |
||
| void | SetStepScale
(
const FVector& InScale |
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 |