UParticleModule::IsDistributionAllowedOnGPU

Checks if a distribution is allowed on the GPU.

Choose your operating system:

Windows

macOS

Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Particles/ParticleModule.h

Include

#include "Particles/ParticleModule.h"

Source

/Engine/Source/Runtime/Engine/Private/Particles/ParticleModules.cpp

Syntax

static bool IsDistributionAllowedOnGPU
(
    const UDistribution * Distribution
)

Remarks

Checks if a distribution is allowed on the GPU.

Returns

bool true if allowed on the GPU, false if not.

Parameters

Parameter

Description

Distribution

The Distribution to test.