Navigation
API > API/Plugins > API/Plugins/NiagaraEditor
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void FNiagaraEditorUtilities::GatherChangeIds
(
UNiagaraEmitter& Emitter, |
Gathers up the change Id's and optionally writes them to disk. | NiagaraEditorUtilities.h | |
void FNiagaraEditorUtilities::GatherChangeIds
(
UNiagaraGraph& Graph, |
NiagaraEditorUtilities.h |
FNiagaraEditorUtilities::GatherChangeIds(UNiagaraEmitter &, TMap< FGuid, FGuid > &, const FString &, bool)
Description
Gathers up the change Id's and optionally writes them to disk.
| Name | FNiagaraEditorUtilities::GatherChangeIds |
| 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::GatherChangeIds
(
UNiagaraEmitter & Emitter,
TMap < FGuid , FGuid > & ChangeIds,
const FString & InDebugName,
bool bWriteToLogDir
)
}
FNiagaraEditorUtilities::GatherChangeIds(UNiagaraGraph &, TMap< FGuid, FGuid > &, const FString &, bool)
| Name | FNiagaraEditorUtilities::GatherChangeIds |
| 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::GatherChangeIds
(
UNiagaraGraph & Graph,
TMap < FGuid , FGuid > & ChangeIds,
const FString & InDebugName,
bool bWriteToLogDir
)
}