Navigation
API > API/Plugins > API/Plugins/ClonerEffector > API/Plugins/ClonerEffector/Cloner > API/Plugins/ClonerEffector/Cloner/Layouts
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UCEClonerLayoutBase
- UCEClonerSplineLayout
References
| Module | ClonerEffector |
| Header | /Engine/Plugins/Experimental/ClonerEffector/Source/ClonerEffector/Public/Cloner/Layouts/CEClonerSplineLayout.h |
| Include | #include "Cloner/Layouts/CEClonerSplineLayout.h" |
Syntax
UCLASS (MinimalAPI, BlueprintType)
class UCEClonerSplineLayout : public UCEClonerLayoutBase
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bOrientMesh | ||
| int32 | Count | ||
| TWeakObjectPtr< AActor > | SplineActorWeak |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| int32 | GetCount () |
||
| bool | |||
| AActor * | |||
| TWeakObjectPtr< AActor > | |||
| FName | |||
| void | OnSampleSplineRenderStateUpdated
(
UActorComponent& InComponent |
||
| void | OnSampleSplineTransformed
(
USceneComponent* InComponent, |
||
| void | |||
| void | SetOrientMesh
(
bool bInOrientMesh |
||
| void | SetSplineActor
(
AActor* InSplineActor |
||
| void | SetSplineActorWeak
(
const TWeakObjectPtr< AActor >& InSplineActor |
||
| void | Spawns an actor with a spline component and linked it to this cloner layout |
Overridden from UCEClonerLayoutBase
| Type | Name | Description | |
|---|---|---|---|
| void | Called after layout becomes inactive | ||
| 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 |