FNiagaraSystemInstance::GetActiveCaptureWrite

Only call from within the script execution states. Value is nullptr if not capturing a frame.

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

TSharedPtr< struct FNiagaraScriptDebuggerInfo, ESPMode::ThreadSafe > GetActiveCaptureWrite
(
    const FName & InHandleName,
    ENiagaraScriptUsage InUsage,
    const FGuid & InUsageId
)

Remarks

Only call from within the script execution states. Value is nullptr if not capturing a 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