Navigation
API > API/Plugins > API/Plugins/Niagara
References
| Module | Niagara |
| Header | /Engine/Plugins/FX/Niagara/Source/Niagara/Public/NiagaraDataChannelPublic.h |
| Include | #include "NiagaraDataChannelPublic.h" |
Syntax
USTRUCT&40;&41;
struct FNiagaraDataChannelGameDataLayout
Variables
| Type | Name | Description | |
|---|---|---|---|
| TArray< FNiagaraLwcStructConverter > | LwcConverters | Helpers for converting LWC types into Niagara simulation SWC types. | |
| TMap< FNiagaraVariableBase, int32 > | VariableIndices | Map of all variables contained in this DataChannel data and the indices into data arrays for game data. |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Init
(
const TArray< FNiagaraVariable >& Variables |