Navigation
API > API/Plugins > API/Plugins/Niagara > API/Plugins/Niagara/UNiagaraScript
Description
In the event where we "merge" we duplicate the changes of the source script 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.
| Name | SynchronizeExecutablesWithCompilation |
| Type | function |
| Header File | /Engine/Plugins/FX/Niagara/Source/Niagara/Classes/NiagaraScript.h |
| Include Path | #include "NiagaraScript.h" |
| Source | /Engine/Plugins/FX/Niagara/Source/Niagara/Private/NiagaraScript.cpp |
bool SynchronizeExecutablesWithCompilation
(
const UNiagaraScript * Script,
const TMap < FString , FString > & RenameMap
)