UParticleModule::IsDistributionAllowedOnGPU

Checks if a distribution is allowed on the GPU.

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.

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