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