Navigation
API > API/Plugins > API/Plugins/Niagara
Inheritance Hierarchy
- FNiagaraDataInterfaceProxy
- FNiagaraDataInterfaceProxyRW
- FNiagaraDataInterfaceProxyRenderTarget2DProxy
References
| Module | Niagara |
| Header | /Engine/Plugins/FX/Niagara/Source/Niagara/Classes/NiagaraDataInterfaceRenderTarget2D.h |
| Include | #include "NiagaraDataInterfaceRenderTarget2D.h" |
Syntax
struct FNiagaraDataInterfaceProxyRenderTarget2DProxy : public FNiagaraDataInterfaceProxyRW
Variables
| Type | Name | Description | |
|---|---|---|---|
| TMap< FNiagaraSystemInstanceID, FRenderTarget2DRWInstanceData_RenderThread > | SystemInstancesToProxyData_RT | #todo(dmp): this should all be refactored to avoid duplicate code |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Overridden from FNiagaraDataInterfaceProxyRW
| Type | Name | Description | |
|---|---|---|---|
| void | GetDispatchArgs
(
const FNDIGpuComputeDispatchArgsGenContext& Context |
Called before PreStage to get the dispatch arguments The default implementation is temporary and will call GetElementCount & GetGPUInstanceCountOffset to set direct arguments. |
Overridden from FNiagaraDataInterfaceProxy
| Type | Name | Description | |
|---|---|---|---|
| void | ConsumePerInstanceDataFromGameThread
(
void* PerInstanceData, |
||
| int32 | |||
| void | PostSimulate
(
const FNDIGpuComputePostSimulateContext& Context |
||
| void | PostStage
(
const FNDIGpuComputePostStageContext& Context |