Navigation
API > API/Plugins > API/Plugins/NiagaraEditor
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Does this parameter contain the "Initial" namespace as one of its intermediate namespaces? If so, remove the "Initial" namespace and return the original value. | NiagaraParameterMapHistory.h | ||
FName FNiagaraParameterUtilities::GetSourceForInitialValue
(
const FName& InVariableName |
Does this parameter contain the "Initial" namespace as one of its intermediate namespaces? If so, remove the "Initial" namespace and return the original value. | NiagaraParameterMapHistory.h |
FNiagaraParameterUtilities::GetSourceForInitialValue(const FNiagaraVariable &)
Description
Does this parameter contain the "Initial" namespace as one of its intermediate namespaces? If so, remove the "Initial" namespace and return the original value.
| Name | FNiagaraParameterUtilities::GetSourceForInitialValue |
| Type | function |
| Header File | /Engine/Plugins/FX/Niagara/Source/NiagaraEditor/Public/NiagaraParameterMapHistory.h |
| Include Path | #include "NiagaraParameterMapHistory.h" |
| Source | /Engine/Plugins/FX/Niagara/Source/NiagaraEditor/Private/NiagaraParameterMapHistory.cpp |
namespace FNiagaraParameterUtilities
{
FNiagaraVariable FNiagaraParameterUtilities::GetSourceForInitialValue
(
const FNiagaraVariable & InVar
)
}
FNiagaraParameterUtilities::GetSourceForInitialValue(const FName &)
Description
Does this parameter contain the "Initial" namespace as one of its intermediate namespaces? If so, remove the "Initial" namespace and return the original value.
| Name | FNiagaraParameterUtilities::GetSourceForInitialValue |
| Type | function |
| Header File | /Engine/Plugins/FX/Niagara/Source/NiagaraEditor/Public/NiagaraParameterMapHistory.h |
| Include Path | #include "NiagaraParameterMapHistory.h" |
| Source | /Engine/Plugins/FX/Niagara/Source/NiagaraEditor/Private/NiagaraParameterMapHistory.cpp |
namespace FNiagaraParameterUtilities
{
FName FNiagaraParameterUtilities::GetSourceForInitialValue
(
const FName & InVariableName
)
}