Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Source/Runtime/Engine/Classes/Particles/ParticleModule.h |
Include |
#include "Particles/ParticleModule.h" |
Source |
/Engine/Source/Runtime/Engine/Private/Particles/ParticleModules.cpp |
static bool IsDistributionAllowedOnGPU
(
const UDistribution * Distribution
)
Checks if a distribution is allowed on the GPU.
bool true if allowed on the GPU, false if not.
Parameter |
Description |
---|---|
Distribution |
The Distribution to test. |