Navigation
API > API/Plugins > API/Plugins/Niagara > API/Plugins/Niagara/FNiagaraGPUInstanceCountManager
References
| Module | Niagara |
| Header | /Engine/Plugins/FX/Niagara/Source/Niagara/Classes/NiagaraGPUInstanceCountManager.h |
| Include | #include "NiagaraGPUInstanceCountManager.h" |
| Source | /Engine/Plugins/FX/Niagara/Source/Niagara/Private/NiagaraGPUInstanceCountManager.cpp |
uint32 AllocateDeferredEntry()
Remarks
Allocate a count entry that might return an existing cleared count, or a count waiting to be allocated. This method allows you to allocated counts concurrently, then commit them by calling AllocateDeferredCounts once you join back on the render thread.