Navigation
API > API/Plugins > API/Plugins/Niagara > API/Plugins/Niagara/UNiagaraComponent
Description
Get the maximum CPU time in seconds we will simulate to the desired age, when we go beyond this limit ticks will be processed in the next frame. This is only relevant when using the DesiredAge age update mode. Note: The componet will not be visibile if we have ticks to process and SetCanRenderWhileSeeking is set to true
| Name | GetMaxSimTime |
| Type | function |
| Header File | /Engine/Plugins/FX/Niagara/Source/Niagara/Public/NiagaraComponent.h |
| Include Path | #include "NiagaraComponent.h" |
| Source | /Engine/Plugins/FX/Niagara/Source/Niagara/Private/NiagaraComponent.cpp |
UFUNCTION (BlueprintCallable, Category=Niagara,
Meta=(DisplayName="Get Max Desired Age Tick Delta"))
float GetMaxSimTime() const