Navigation
API > API/Plugins > API/Plugins/ClonerEffector > API/Plugins/ClonerEffector/Cloner > API/Plugins/ClonerEffector/Cloner/Layouts
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UCEClonerLayoutBase
- UCEClonerCircleLayout
References
| Module | ClonerEffector |
| Header | /Engine/Plugins/Experimental/ClonerEffector/Source/ClonerEffector/Public/Cloner/Layouts/CEClonerCircleLayout.h |
| Include | #include "Cloner/Layouts/CEClonerCircleLayout.h" |
Syntax
UCLASS (MinimalAPI, BlueprintType)
class UCEClonerCircleLayout : public UCEClonerLayoutBase
Variables
| Type | Name | Description | |
|---|---|---|---|
| float | AngleRatio | ||
| float | AngleStart | ||
| bool | bOrientMesh | ||
| int32 | Count | ||
| ECEClonerPlane | Plane | ||
| float | Radius | ||
| FRotator | Rotation | ||
| FVector | Scale |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| float | |||
| float | |||
| int32 | GetCount () |
||
| bool | |||
| ECEClonerPlane | GetPlane () |
||
| float | GetRadius () |
||
| const FRotator & | GetRotation () |
||
| const FVector & | GetScale () |
||
| void | SetAngleRatio
(
float InAngleRatio |
||
| void | SetAngleStart
(
float InAngleStart |
||
| void | |||
| void | SetOrientMesh
(
bool bInOrientMesh |
||
| void | SetPlane
(
ECEClonerPlane InPlane |
||
| void | SetRadius
(
float InRadius |
||
| void | SetRotation
(
const FRotator& InRotation |
||
| void |
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 |