Navigation
API > API/Plugins > API/Plugins/Niagara > API/Plugins/Niagara/FNiagaraParameters
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void AppendToConstantsTable
(
uint8* ConstantsTable |
Appends the whole parameter set to a constant table with no external overrids. | NiagaraParameters.h | |
void AppendToConstantsTable
(
uint8* ConstantsTable, |
Fills only selected constants into the table. | NiagaraParameters.h |
AppendToConstantsTable(uint8 *)
Description
Appends the whole parameter set to a constant table with no external overrids.
| Name | AppendToConstantsTable |
| Type | function |
| Header File | /Engine/Plugins/FX/Niagara/Source/Niagara/Public/NiagaraParameters.h |
| Include Path | #include "NiagaraParameters.h" |
| Source | /Engine/Plugins/FX/Niagara/Source/Niagara/Private/NiagaraParameters.cpp |
void AppendToConstantsTable
(
uint8 * ConstantsTable
) const
AppendToConstantsTable(uint8 *, const FNiagaraParameters &)
Description
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.
| Name | AppendToConstantsTable |
| Type | function |
| Header File | /Engine/Plugins/FX/Niagara/Source/Niagara/Public/NiagaraParameters.h |
| Include Path | #include "NiagaraParameters.h" |
| Source | /Engine/Plugins/FX/Niagara/Source/Niagara/Private/NiagaraParameters.cpp |
void AppendToConstantsTable
(
uint8 * ConstantsTable,
const FNiagaraParameters & Externals
) const