Navigation
API > API/Plugins > API/Plugins/NiagaraEditor
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool FNiagaraEditorUtilities::DataMatches
(
const FNiagaraVariable& Variable, |
Returns whether the data in a niagara variable and a struct on scope match | NiagaraEditorUtilities.h | |
bool FNiagaraEditorUtilities::DataMatches
(
const FNiagaraVariable& VariableA, |
Returns whether the data in two niagara variables match. | NiagaraEditorUtilities.h | |
bool FNiagaraEditorUtilities::DataMatches
(
const FStructOnScope& StructOnScopeA, |
Returns whether the data in two structs on scope matches. | NiagaraEditorUtilities.h |
FNiagaraEditorUtilities::DataMatches(const FNiagaraVariable &, const FStructOnScope &)
Description
Returns whether the data in a niagara variable and a struct on scope match
| Name | FNiagaraEditorUtilities::DataMatches |
| 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
{
bool FNiagaraEditorUtilities::DataMatches
(
const FNiagaraVariable & Variable,
const FStructOnScope & StructOnScope
)
}
FNiagaraEditorUtilities::DataMatches(const FNiagaraVariable &, const FNiagaraVariable &)
Description
Returns whether the data in two niagara variables match.
| Name | FNiagaraEditorUtilities::DataMatches |
| 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
{
bool FNiagaraEditorUtilities::DataMatches
(
const FNiagaraVariable & VariableA,
const FNiagaraVariable & VariableB
)
}
FNiagaraEditorUtilities::DataMatches(const FStructOnScope &, const FStructOnScope &)
Description
Returns whether the data in two structs on scope matches.
| Name | FNiagaraEditorUtilities::DataMatches |
| 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
{
bool FNiagaraEditorUtilities::DataMatches
(
const FStructOnScope & StructOnScopeA,
const FStructOnScope & StructOnScopeB
)
}