Navigation
API > API/Plugins > API/Plugins/Niagara
References
Module | Niagara |
Header | /Engine/Plugins/FX/Niagara/Source/Niagara/Public/NiagaraRendererProperties.h |
Include | #include "NiagaraRendererProperties.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
Type | Name | Description | |
---|---|---|---|
![]() |
bool | bHalfType | |
![]() |
bool | bUpload | |
![]() |
uint16 | DatasetOffset | |
![]() |
uint16 | GPUBufferOffset | |
![]() |
uint16 | NumComponents |
Constructors
Type | Name | Description | |
---|---|---|---|
![]() |
|||
![]() |
FNiagaraRendererVariableInfo
(
int32 InDataOffset, |
Functions
Type | Name | Description | |
---|---|---|---|
![]() ![]() |
int32 | ||
![]() ![]() |
int32 | GetGPUOffset () |
|
![]() ![]() |
int32 | ||
![]() ![]() |
int32 | ||
![]() ![]() |
int32 | ||
![]() ![]() |
bool | IsHalfType () |
|
![]() ![]() |
bool | ShouldUpload () |
Constants
Name | Description |
---|---|
kInvalidOffset |