Navigation
API > API/Plugins > API/Plugins/Niagara
References
| Module | Niagara |
| Header | /Engine/Plugins/FX/Niagara/Source/Niagara/Public/NiagaraGpuComputeDebugInterface.h |
| Include | #include "NiagaraGpuComputeDebugInterface.h" |
Syntax
class FNiagaraGpuComputeDebugInterface
Constructors
No constructors are accessible with public or protected access.
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | AddAttributeTexture
(
FRDGBuilder& GraphBuilder, |
Add a texture to visualize that contains a number of attributes and select which attributes to push into RGBA where -1 means ignore that channel The first -1 in the attribute indices list will also limit the number of attributes we attempt to read. | |
| void | AddAttributeTexture
(
FRDGBuilder& GraphBuilder, |
Add a texture to visualize that contains a number of attributes and select which attributes to push into RGBA where -1 means ignore that channel The first -1 in the attribute indices list will also limit the number of attributes we attempt to read NumTextureAttributes in this version is meant for a 3D atlas | |
| void | AddTexture
(
FRDGBuilder& GraphBuilder, |
Add a texture to visualize. |