FNiagaraShaderQueueTickable

Windows
MacOS
Linux

Inheritance Hierarchy

FTickableObjectBase

FTickableEditorObject

FNiagaraShaderQueueTickable

References

Module

NiagaraEditor

Header

/Engine/Plugins/FX/Niagara/Source/NiagaraEditor/Public/NiagaraEditorTickables.h

Include

#include "NiagaraEditorTickables.h"

Syntax

class FNiagaraShaderQueueTickable : private FTickableEditorObject

Functions

Name Description

Public function Static

void

 

ProcessQueue()

Overridden from FTickableObjectBase

Name Description

Public function Virtual Const

TStatId

 

GetStatId()

Return the stat id to use for this tickable

Public function Virtual Const

ETickableTic...

 

GetTickableTickType()

Virtual that can be overloaded by the inheriting class.

Public function Virtual

void

 

Tick

(
    float DeltaTime
)

Pure virtual that must be overloaded by the inheriting class.

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