Navigation
API > API/Plugins > API/Plugins/Niagara
References
| Module | Niagara |
| Header | /Engine/Plugins/FX/Niagara/Source/Niagara/Classes/NiagaraDataInterfaceArrayImpl.h |
| Include | #include "NiagaraDataInterfaceArrayImpl.h" |
Syntax
template<typename TArrayType>
struct FNDIArrayInstanceData_RenderThread
Variables
| Type | Name | Description | |
|---|---|---|---|
| FBufferRHIRef | ArrayBuffer | ||
| uint32 | ArrayNumBytes | ||
| FShaderResourceViewRHIRef | ArraySRV | ||
| FUnorderedAccessViewRHIRef | ArrayUAV | ||
| FNiagaraGpuComputeDispatchInterface * | ComputeInterface | ||
| uint32 | CountOffset | ||
| int32 | DefaultElements | ||
| int32 | NumElements |
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Initialize
(
FRHICommandListImmediate& RHICmdList, |
||
| bool | IsReadOnly () |
||
| void | ReleaseData () |
||
| void | UpdateData
(
FRHICommandList& RHICmdList, |
||
| TEnableIf< T::bSupportsGPU >::Type | UpdateDataImpl
(
FRHICommandList& RHICmdList, |
||
| TEnableIf::Type | UpdateDataImpl
(
FRHICommandList& RHICmdList, |
Typedefs
| Name | Description |
|---|---|
| TVMArrayType |