FNiagaraParameters::AppendToConstantsTable

Fills only selected constants into the table.

Windows
MacOS
Linux

References

Module

Niagara

Header

/Engine/Plugins/FX/Niagara/Source/Niagara/Public/NiagaraParameters.h

Include

#include "NiagaraParameters.h"

Source

/Engine/Plugins/FX/Niagara/Source/Niagara/Private/NiagaraParameters.cpp

Syntax

void AppendToConstantsTable
(
    uint8 * ConstantsTable,
    const FNiagaraParameters & Externals
) const

Remarks

Fills only selected constants into the table. In the order they appear in the array of passed names not the order they appear in the set. Checks the passed map for entries to supersede the default values in the set.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss