FNiagaraSystemInstance::QueryCaptureResults

Poll for previous frame capture requests.

Windows
MacOS
Linux

References

Module

Niagara

Header

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

Include

#include "NiagaraSystemInstance.h"

Source

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

Syntax

bool QueryCaptureResults
(
    const FGuid & RequestId,
    TArray< TSharedPtr< struct FNiagaraScriptDebuggerInfo, ESPMode::ThreadSafe >> & OutCaptureResults
)

Remarks

Poll for previous frame capture requests. Once queried and bool is returned, the results are cleared from this system instance.

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