Navigation
API > API/Plugins > API/Plugins/ClonerEffector > API/Plugins/ClonerEffector/Effector > API/Plugins/ClonerEffector/Effector/Modes
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UCEEffectorExtensionBase
- UCEEffectorModeBase
- UCEEffectorOffsetMode
References
| Module | ClonerEffector |
| Header | /Engine/Plugins/Experimental/ClonerEffector/Source/ClonerEffector/Public/Effector/Modes/CEEffectorOffsetMode.h |
| Include | #include "Effector/Modes/CEEffectorOffsetMode.h" |
Syntax
UCLASS (MinimalAPI, BlueprintType, Within=CEEffectorComponent)
class UCEEffectorOffsetMode : public UCEEffectorModeBase
Variables
| Type | Name | Description | |
|---|---|---|---|
| FVector | Offset | Offset applied on affected clones | |
| FRotator | Rotation | Rotation applied on affected clones | |
| FVector | Scale | Scale applied on affected clones |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| FVector | GetOffset () |
||
| FRotator | GetRotation () |
||
| FVector | GetScale () |
||
| void | |||
| void | SetRotation
(
const FRotator& InRotation |
||
| void |
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 |