FFXSystemInterface::PreRender

Notification from the renderer that it is about to draw FX belonging to this system.

Choose your operating system:

Windows

macOS

Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Public/FXSystem.h

Include

#include "FXSystem.h"

Syntax

void PreRender
(
    FRDGBuilder & GraphBuilder,
    TConstArrayView< FViewInfo > Views,
    bool bAllowGPUParticleUpdate
)

Remarks

Notification from the renderer that it is about to draw FX belonging to this system.