FNiagaraPerfBaselineStats::FNiagaraPerfBaselineStats

Construct from accumulated perf stats.

Windows
MacOS
Linux

References

Module

Niagara

Header

/Engine/Plugins/FX/Niagara/Source/Niagara/Classes/NiagaraPerfBaseline.h

Include

#include "NiagaraPerfBaseline.h"

Source

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

Syntax

FNiagaraPerfBaselineStats
(
    FAccumulatedParticlePerfStats & Stats,
    bool bSyncRT
)

Remarks

Construct from accumulated perf stats.

Parameters

Parameter

Description

Stats

Accumulated stats we take values from.

bSyncRT

Whether to sync with the RT. If true we flush the RT and can get the current stat values. If false we get the current GT stats but have to just use the RT stats from the last completed frame.

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