Navigation
API > API/Plugins > API/Plugins/Niagara
| Name | FNDIGpuComputeContext |
| Type | struct |
| Header File | /Engine/Plugins/FX/Niagara/Source/Niagara/Classes/NiagaraDataInterface.h |
| Include Path | #include "NiagaraDataInterface.h" |
Syntax
struct FNDIGpuComputeContext
Derived Classes
- FNDIGpuComputeDispatchArgsGenContext
- FNDIGpuComputePostSimulateContext
- FNDIGpuComputePrePostStageContext
- FNDIGpuComputeResetContext
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FNDIGpuComputeContext
(
FRDGBuilder& InGraphBuilder, |
NiagaraDataInterface.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
const FNiagaraGpuComputeDispatchInterface & GetComputeDispatchInterface() |
For any non-const operations this and child context structs should expose only necessary and safe non const operations for that context. | NiagaraDataInterface.h | |
FRDGBuilder & GetGraphBuilder() |
NiagaraDataInterface.h | ||
FRDGExternalAccessQueue & GetRDGExternalAccessQueue() |
NiagaraDataInterface.h |