Navigation
API > API/Plugins > API/Plugins/Niagara > API/Plugins/Niagara/FNiagaraVariableBase
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool IsInNameSpace
(
const FStringView& Namespace |
NiagaraTypes.h | ||
bool IsInNameSpace
(
const FName& Namespace |
This method should not be used at runtime as we have pre-defined strings in FNiagaraConstants for runtime cases. | NiagaraTypes.h | |
static bool IsInNameSpace
(
const FStringView& Namespace, |
NiagaraTypes.h |
IsInNameSpace(const FStringView &)
| Name | IsInNameSpace |
| Type | function |
| Header File | /Engine/Plugins/FX/Niagara/Source/Niagara/Public/NiagaraTypes.h |
| Include Path | #include "NiagaraTypes.h" |
bool IsInNameSpace
(
const FStringView & Namespace
) const
IsInNameSpace(const FName &)
Description
This method should not be used at runtime as we have pre-defined strings in FNiagaraConstants for runtime cases.
| Name | IsInNameSpace |
| Type | function |
| Header File | /Engine/Plugins/FX/Niagara/Source/Niagara/Public/NiagaraTypes.h |
| Include Path | #include "NiagaraTypes.h" |
bool IsInNameSpace
(
const FName & Namespace
) const
IsInNameSpace(const FStringView &, FName)
| Name | IsInNameSpace |
| Type | function |
| Header File | /Engine/Plugins/FX/Niagara/Source/Niagara/Public/NiagaraTypes.h |
| Include Path | #include "NiagaraTypes.h" |
static bool IsInNameSpace
(
const FStringView & Namespace,
FName VariableName
)