Navigation
API > API/Editor > API/Editor/Cascade > API/Editor/Cascade/UCascadeParticleSystemComponent
References
| Module | Cascade |
| Header | /Engine/Source/Editor/Cascade/Classes/CascadeParticleSystemComponent.h |
| Include | #include "CascadeParticleSystemComponent.h" |
| Source | /Engine/Source/Editor/Cascade/Private/Cascade.cpp |
void CascadeTickComponent
&40;
float DeltaTime,
enum ELevelTick TickType
&41;
Remarks
Updates time dependent state for this component, called from within Cascade. Requires component to be registered
Parameters
| Name | Description |
|---|---|
| DeltaTime | The time since the last tick. |
| TickType | The kind of tick this is |