UNiagaraScript::SynchronizeExecutablesWithMaster

In the event where we "merge" we duplicate the changes of the master copy onto the newly cloned copy.

Windows
MacOS
Linux

References

Module

Niagara

Header

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

Include

#include "NiagaraScript.h"

Source

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

Syntax

bool SynchronizeExecutablesWithMaster
(
    const UNiagaraScript * Script,
    const TMap< FString, FString > & RenameMap
)

Remarks

In the event where we "merge" we duplicate the changes of the master copy onto the newly cloned copy. This function will synchronize the compiled script results assuming that the scripts themselves are bound to the same key. This saves looking things up in the DDC. It returns true if successfully synchronized and false if not.

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