Navigation
API > API/Plugins > API/Plugins/ClonerEffector
Extension dealing with clones lifetime options
| Name | UCEClonerLifetimeExtension |
| Type | class |
| Header File | /Engine/Plugins/VirtualProduction/ClonerEffector/Source/ClonerEffector/Public/Cloner/Extensions/CEClonerLifetimeExtension.h |
| Include Path | #include "Cloner/Extensions/CEClonerLifetimeExtension.h" |
Syntax
UCLASS (MinimalAPI, BlueprintType, Within=CEClonerComponent,
Meta=(Section="Emission", Priority=80))
class UCEClonerLifetimeExtension : public UCEClonerExtensionBase
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UCEClonerExtensionBase → UCEClonerLifetimeExtension
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
UCEClonerLifetimeExtension() |
Cloner/Extensions/CEClonerLifetimeExtension.h |
Constants
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| PropertyChangeDispatcher | const TCEPropertyChangeDispatcher< UCEClonerLifetimeExtension > | Used for PECP | Cloner/Extensions/CEClonerLifetimeExtension.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool GetLifetimeEnabled() |
Cloner/Extensions/CEClonerLifetimeExtension.h |
|
|
float GetLifetimeMax() |
Cloner/Extensions/CEClonerLifetimeExtension.h |
|
|
float GetLifetimeMin() |
Cloner/Extensions/CEClonerLifetimeExtension.h |
|
|
const FRichCurve & GetLifetimeScaleCurve() |
Cloner/Extensions/CEClonerLifetimeExtension.h | ||
UNiagaraDataInterfaceCurve * GetLifetimeScaleCurveDI() |
Cloner/Extensions/CEClonerLifetimeExtension.h | ||
bool GetLifetimeScaleEnabled() |
Cloner/Extensions/CEClonerLifetimeExtension.h |
|
|
void SetLifetimeEnabled
(
bool bInEnabled |
Cloner/Extensions/CEClonerLifetimeExtension.h |
|
|
void SetLifetimeMax
(
float InMax |
Cloner/Extensions/CEClonerLifetimeExtension.h |
|
|
void SetLifetimeMin
(
float InMin |
Cloner/Extensions/CEClonerLifetimeExtension.h |
|
|
void SetLifetimeScaleCurve
(
UCurveFloat* InCurve |
Cloner/Extensions/CEClonerLifetimeExtension.h |
|
|
void SetLifetimeScaleCurve
(
const FRichCurve& InCurve |
Cloner/Extensions/CEClonerLifetimeExtension.h | ||
void SetLifetimeScaleEnabled
(
bool bInEnabled |
Cloner/Extensions/CEClonerLifetimeExtension.h |
|
Protected
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void OnLifetimeScaleCurveChanged() |
Cloner/Extensions/CEClonerLifetimeExtension.h |
Overridden from UCEClonerExtensionBase
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void OnExtensionParametersChanged
(
UCEClonerComponent* InComponent |
Called to reapply extension parameters | Cloner/Extensions/CEClonerLifetimeExtension.h |
Overridden from UObject
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void PostEditChangeProperty
(
FPropertyChangedEvent& InPropertyChangedEvent |
Cloner/Extensions/CEClonerLifetimeExtension.h |