ANiagaraPreviewGrid::TickActor

Dispatches the once-per frame [Tick()](API\Runtime\Engine\GameFramework\AActor\Tick) function for this actor

Windows
MacOS
Linux

Override Hierarchy

AActor::TickActor()

ANiagaraPreviewGrid::TickActor()

References

Module

Niagara

Header

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

Include

#include "NiagaraPreviewGrid.h"

Source

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

Syntax

virtual void TickActor
(
    float DeltaTime,
    enum ELevelTick TickType,
    FActorTickFunction & ThisTickFunction
)

Remarks

Dispatches the once-per frame Tick() function for this actor

Parameters

Parameter

Description

DeltaTime

The time slice of this tick

TickType

The type of tick that is happening

ThisTickFunction

The tick function that is firing, useful for getting the completion handle

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