Navigation
API > API/Plugins > API/Plugins/Niagara > API/Plugins/Niagara/UNiagaraComponent
Description
Gets the current value of a parameter which is being used by the simulation. This value will reflect runtime changes such as those made by sequencer, or in PIE through code or blueprint.
| Name | GetCurrentParameterValue |
| Type | function |
| Header File | /Engine/Plugins/FX/Niagara/Source/Niagara/Public/NiagaraComponent.h |
| Include Path | #include "NiagaraComponent.h" |
| Source | /Engine/Plugins/FX/Niagara/Source/Niagara/Private/NiagaraComponent.cpp |
FNiagaraVariant GetCurrentParameterValue
(
const FNiagaraVariableBase & InKey
) const