Navigation
API > API/Plugins > API/Plugins/ClonerEffector > API/Plugins/ClonerEffector/Cloner > API/Plugins/ClonerEffector/Cloner/Extensions
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UCEClonerExtensionBase
- UCEClonerStepExtension
References
| Module | ClonerEffector |
| Header | /Engine/Plugins/Experimental/ClonerEffector/Source/ClonerEffector/Public/Cloner/Extensions/CEClonerStepExtension.h |
| Include | #include "Cloner/Extensions/CEClonerStepExtension.h" |
Syntax
UCLASS (MinimalAPI, BlueprintType, Within=CEClonerComponent, Meta=(Section="Cloner", Priority=0))
class UCEClonerStepExtension : public UCEClonerExtensionBase
Remarks
Extension dealing with delta step accumulated options
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bDeltaStepEnabled | Enable steps to add delta variation on each clone instance | |
| FVector | DeltaStepPosition | Amount of position difference between one step and the next one | |
| FRotator | DeltaStepRotation | Amount of rotation difference between one step and the next one | |
| FVector | DeltaStepScale | Amount of scale difference between one step and the next one |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | |||
| FVector | |||
| FRotator | |||
| FVector | |||
| void | SetDeltaStepEnabled
(
bool bInEnabled |
||
| void | SetDeltaStepPosition
(
const FVector& InPosition |
||
| void | SetDeltaStepRotation
(
const FRotator& InRotation |
||
| void | SetDeltaStepScale
(
const FVector& InScale |
Overridden from UCEClonerExtensionBase
| Type | Name | Description | |
|---|---|---|---|
| void | OnExtensionParametersChanged
(
UCEClonerComponent* InComponent |
Called to reapply extension 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 |