Navigation
API > API/Plugins > API/Plugins/Niagara
Inheritance Hierarchy
- FNiagaraDataInterfaceProxy
- FNiagaraDataInterfaceProxyRW
- FNiagaraDataInterfaceProxyRenderTargetCubeProxy
References
| Module | Niagara |
| Header | /Engine/Plugins/FX/Niagara/Source/Niagara/Classes/NiagaraDataInterfaceRenderTargetCube.h |
| Include | #include "NiagaraDataInterfaceRenderTargetCube.h" |
Syntax
struct FNiagaraDataInterfaceProxyRenderTargetCubeProxy : public FNiagaraDataInterfaceProxyRW
Variables
| Type | Name | Description | |
|---|---|---|---|
| TMap< FNiagaraSystemInstanceID, FRenderTargetCubeRWInstanceData_RenderThread > | SystemInstancesToProxyData_RT | #todo(dmp): this should all be refactored to avoid duplicate code |
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 | |
|---|---|---|---|
| int32 | |||
| void | PostSimulate
(
const FNDIGpuComputePostSimulateContext& Context |