FNiagaraGPUInstanceCountManager::ResizeBuffers

Resize instance count and draw indirect buffers to ensure it is big enough to hold all draw indirect args.

Windows
MacOS
Linux

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

Syntax

void ResizeBuffers
(
    FRHICommandListImmediate & RHICmdList,
    ERHIFeatureLevel::Type FeatureLevel,
    int32 ReservedInstanceCounts
)

Remarks

Resize instance count and draw indirect buffers to ensure it is big enough to hold all draw indirect args.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss