Navigation
API > API/Plugins > API/Plugins/Niagara
Inheritance Hierarchy
- TSharedFromThis
- FNiagaraGpuFrameResults
References
| Module | Niagara |
| Header | /Engine/Plugins/FX/Niagara/Source/Niagara/Classes/NiagaraGPUProfilerInterface.h |
| Include | #include "NiagaraGPUProfilerInterface.h" |
Syntax
struct FNiagaraGpuFrameResults : public TSharedFromThis< FNiagaraGpuFrameResults, ESPMode::ThreadSafe >
Remarks
Results generated when the frame is ready and sent to that game thread
Variables
| Type | Name | Description | |
|---|---|---|---|
| TArray< FDispatchResults > | DispatchResults | ||
| uintptr_t | OwnerContext | ||
| int32 | TotalDispatches | ||
| int32 | TotalDispatchGroups | ||
| uint64 | TotalDurationMicroseconds |
Classes
| Type | Name | Description | |
|---|---|---|---|
| FDispatchResults |