bEnableGpuParticleReadback

When enabled GPU particle data will be copied from the GPU to the CPU.

Windows
MacOS
Linux

Syntax

[UPROPERTY](Programming/UnrealArchitecture/Reference/Properties)(Config, EditAnywhere, Category="Debug Particles",
          Meta=(EditCondition="bShowParticleVariables"))
bool bEnableGpuParticleReadback

Remarks

When enabled GPU particle data will be copied from the GPU to the CPU. Warning: This has an impact on performance & memory since we copy the whole buffer. The displayed data is latent since we are seeing what happened a few frames ago.

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