Navigation
API > API/Plugins > API/Plugins/ClonerEffector > API/Plugins/ClonerEffector/Effector > API/Plugins/ClonerEffector/Effector/Modes
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UCEEffectorExtensionBase
- UCEEffectorModeBase
- UCEEffectorPushMode
References
| Module | ClonerEffector |
| Header | /Engine/Plugins/Experimental/ClonerEffector/Source/ClonerEffector/Public/Effector/Modes/CEEffectorPushMode.h |
| Include | #include "Effector/Modes/CEEffectorPushMode.h" |
Syntax
UCLASS (MinimalAPI, BlueprintType, Within=CEEffectorComponent)
class UCEEffectorPushMode : public UCEEffectorModeBase
Variables
| Type | Name | Description | |
|---|---|---|---|
| ECEClonerEffectorPushDirection | PushDirection | Relative direction computed for the push effect on each clone | |
| FVector | PushStrength | Strength of the push effect |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| ECEClonerEffectorPushDirection | |||
| const FVector & | |||
| void | SetPushDirection
(
ECEClonerEffectorPushDirection InDirection |
||
| void | SetPushStrength
(
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 |