Navigation
API > API/Plugins > API/Plugins/ClonerEffector > API/Plugins/ClonerEffector/Cloner > API/Plugins/ClonerEffector/Cloner/Layouts
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UCEClonerLayoutBase
- UCEClonerLineLayout
References
| Module | ClonerEffector |
| Header | /Engine/Plugins/Experimental/ClonerEffector/Source/ClonerEffector/Public/Cloner/Layouts/CEClonerLineLayout.h |
| Include | #include "Cloner/Layouts/CEClonerLineLayout.h" |
Syntax
UCLASS (MinimalAPI, BlueprintType)
class UCEClonerLineLayout : public UCEClonerLayoutBase
Variables
| Type | Name | Description | |
|---|---|---|---|
| ECEClonerAxis | Axis | ||
| int32 | Count | ||
| FVector | Direction | ||
| FRotator | Rotation | ||
| float | Spacing |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| ECEClonerAxis | GetAxis () |
||
| int32 | GetCount () |
||
| const FVector & | GetDirection () |
||
| const FRotator & | GetRotation () |
||
| float | GetSpacing () |
||
| void | SetAxis
(
ECEClonerAxis InAxis |
||
| void | |||
| void | SetDirection
(
const FVector& InDirection |
||
| void | SetRotation
(
const FRotator& InRotation |
||
| void | SetSpacing
(
float InSpacing |
Overridden from UCEClonerLayoutBase
| Type | Name | Description | |
|---|---|---|---|
| void | OnLayoutParametersChanged
(
UCEClonerComponent* InComponent |
Called to reapply layout 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 |