Navigation
API > API/Plugins > API/Plugins/NiagaraEditor
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void FNiagaraEditorUtilities::RunPythonUpgradeScripts
(
UUpgradeNiagaraEmitterContext* UpgradeContext |
Executes python upgrade scripts on the given source node for all the given in-between versions. | NiagaraEditorUtilities.h | |
void FNiagaraEditorUtilities::RunPythonUpgradeScripts
(
UNiagaraNodeFunctionCall* SourceNode, |
Executes python upgrade scripts on the given source node for all the given in-between versions. | NiagaraEditorUtilities.h |
FNiagaraEditorUtilities::RunPythonUpgradeScripts(UUpgradeNiagaraEmitterContext *)
Description
Executes python upgrade scripts on the given source node for all the given in-between versions.
| Name | FNiagaraEditorUtilities::RunPythonUpgradeScripts |
| Type | function |
| Header File | /Engine/Plugins/FX/Niagara/Source/NiagaraEditor/Public/NiagaraEditorUtilities.h |
| Include Path | #include "NiagaraEditorUtilities.h" |
| Source | /Engine/Plugins/FX/Niagara/Source/NiagaraEditor/Private/NiagaraEditorUtilities.cpp |
namespace FNiagaraEditorUtilities
{
void FNiagaraEditorUtilities::RunPythonUpgradeScripts
(
UUpgradeNiagaraEmitterContext * UpgradeContext
)
}
FNiagaraEditorUtilities::RunPythonUpgradeScripts(UNiagaraNodeFunctionCall , const TArray< FVersionedNiagaraScriptData > &, const FNiagaraScriptVersionUpgradeContext &, FString &)
Description
Executes python upgrade scripts on the given source node for all the given in-between versions.
| Name | FNiagaraEditorUtilities::RunPythonUpgradeScripts |
| Type | function |
| Header File | /Engine/Plugins/FX/Niagara/Source/NiagaraEditor/Public/NiagaraEditorUtilities.h |
| Include Path | #include "NiagaraEditorUtilities.h" |
| Source | /Engine/Plugins/FX/Niagara/Source/NiagaraEditor/Private/NiagaraEditorUtilities.cpp |
namespace FNiagaraEditorUtilities
{
void FNiagaraEditorUtilities::RunPythonUpgradeScripts
(
UNiagaraNodeFunctionCall * SourceNode,
const TArray < FVersionedNiagaraScriptData * > & UpgradeVersionData,
const FNiagaraScriptVersionUpgradeContext & UpgradeContext,
FString & OutWarnings
)
}