Navigation
API > API/Plugins > API/Plugins/Cascade > API/Plugins/Cascade/UCascadeParticleSystemComponent
Description
Updates time dependent state for this component, called from within Cascade. Requires component to be registered
| Name | CascadeTickComponent |
| Type | function |
| Header File | /Engine/Plugins/FX/Cascade/Source/Cascade/Classes/CascadeParticleSystemComponent.h |
| Include Path | #include "CascadeParticleSystemComponent.h" |
| Source | /Engine/Plugins/FX/Cascade/Source/Cascade/Private/Cascade.cpp |
void CascadeTickComponent
(
float DeltaTime,
enum ELevelTick TickType
)
Parameters
| Name | Remarks |
|---|---|
| DeltaTime | The time since the last tick. |
| TickType | The kind of tick this is |