UNiagaraComponent::SetMaxSimTime

Sets the maximum time that you can jump within a tick which is used when seeking from the current age, to the desired age.

Windows
MacOS
Linux

References

Module

Niagara

Header

/Engine/Plugins/FX/Niagara/Source/Niagara/Public/NiagaraComponent.h

Include

#include "NiagaraComponent.h"

Source

/Engine/Plugins/FX/Niagara/Source/Niagara/Private/NiagaraComponent.cpp

Syntax

[UFUNCTION](Programming/UnrealArchitecture/Reference/Functions)(BlueprintCallable, Category=Niagara,
          Meta=(DisplayName="Set Max Desired Age Tick Delta"))
void SetMaxSimTime
(
    float InMaxTime
)

Remarks

Sets the maximum time that you can jump within a tick which is used when seeking from the current age, to the desired age. This is only relevant when using the DesiredAge age update mode.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss