FNiagaraRendererVariableInfo

Mapping between a variable in the source dataset and the location we place it in the GPU buffer passed to the VF.

Windows
MacOS
Linux

References

Module

Niagara

Header

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

Include

#include "NiagaraRenderer.h"

Syntax

struct FNiagaraRendererVariableInfo

Remarks

Mapping between a variable in the source dataset and the location we place it in the GPU buffer passed to the VF.

Variables

Name Description

Public variable

bool

 

bUpload

Public variable

int32

 

DatasetOffset

Public variable

int32

 

GPUBufferOffset

Public variable

int32

 

NumComponents

Constructors

Name Description

Public function

FNiagaraRendererVariableInfo()

Public function

FNiagaraRendererVariableInfo

(
    int32 InDatasetOffset,
    int32 InGPUBufferOffset,
    int32 InNumComponents,
    bool InbUpload
)

Functions

Name Description

Public function Const

int32

 

GetGPUOffset()

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