FNiagaraGpuComputeDispatchInterface::FlushPendingTicks_GameThread

Call this to force all pending ticks to be flushed from the batcher.

Choose your operating system:

Windows

macOS

Linux

References

Module

Niagara

Header

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

Include

#include "NiagaraGpuComputeDispatchInterface.h"

Syntax

void FlushPendingTicks_GameThread()

Remarks

Call this to force all pending ticks to be flushed from the batcher. Doing so will execute them outside of a view context which may result in undesirable results.