FNiagaraParameterStoreToDataSetBinding

TODO: Pull all the layout information here, in the data set and in parameter stores out into a single layout structure that's shared between all instances of it.

Windows
MacOS
Linux

References

Module

Niagara

Header

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

Include

#include "NiagaraSystemSimulation.h"

Syntax

struct FNiagaraParameterStoreToDataSetBinding

Remarks

TODO: Pull all the layout information here, in the data set and in parameter stores out into a single layout structure that's shared between all instances of it. Currently there's tons of extra data and work done setting these up.

Variables

Name Description

Public variable

TArray< FDataOf...

 

FloatOffsets

Public variable

TArray< FDataOf...

 

Int32Offsets

Functions

Name Description

Public function

void

 

DataSetToParameterStore

(
    FNiagaraParameterStore& ParameterS...,
    FNiagaraDataSet& DataSet,
    int32 DataSetInstanceIndex
)

Public function

void

 

Empty()

Public function

void

 

Init

(
    FNiagaraDataSet& DataSet,
    const FNiagaraParameterStore& Para...
)

Public function

void

 

ParameterStoreToDataSet

(
    const FNiagaraParameterStore& Para...,
    FNiagaraDataSet& DataSet,
    int32 DataSetInstanceIndex
)

Classes

Name

Description

Public struct

FDataOffsets

Array of floats offsets.

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