FNiagaraWorldManagerTickFunction::ExecuteTick

Abstract function actually execute the tick.

Windows
MacOS
Linux

Override Hierarchy

FTickFunction::ExecuteTick()

FNiagaraWorldManagerTickFunction::ExecuteTick()

References

Module

Niagara

Header

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

Include

#include "NiagaraWorldManager.h"

Source

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

Syntax

virtual void ExecuteTick
(
    float DeltaTime,
    ELevelTick TickType,
    ENamedThreads::Type CurrentThread,
    const FGraphEventRef & MyCompletionGraphEvent
)

Remarks

Abstract function actually execute the tick.

Parameters

Parameter

Description

DeltaTime

frame time to advance, in seconds

TickType

kind of tick for this frame

CurrentThread

thread we are executing on, useful to pass along as new tasks are created

MyCompletionGraphEvent

completion event for this task. Useful for holding the completetion of this task until certain child tasks are complete.

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