FNiagaraEditorUtilities::GatherChangeIds

Gathers up the change Id's and optionally writes them to disk.

Windows
MacOS
Linux

References

Module

NiagaraEditor

Header

/Engine/Plugins/FX/Niagara/Source/NiagaraEditor/Public/NiagaraEditorUtilities.h

Include

#include "NiagaraEditorUtilities.h"

Source

/Engine/Plugins/FX/Niagara/Source/NiagaraEditor/Private/NiagaraEditorUtilities.cpp

Syntax

namespace FNiagaraEditorUtilities
{
    void FNiagaraEditorUtilities::GatherChangeIds
    (
        UNiagaraGraph & Graph,
        TMap< FGuid, FGuid > & ChangeIds,
        const FString & InDebugName,
        bool bWriteToLogDir
    )
}

Remarks

Gathers up the change Id's and optionally writes them to disk.

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