UParticleSystem::DoesAnyEmitterHaveMotionBlur

Checks if any of the emitters have motion blur at a specific lod level.

Choose your operating system:

Windows

macOS

Linux

References

Module

Engine

Header

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

Include

#include "Particles/ParticleSystem.h"

Source

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

Syntax

bool DoesAnyEmitterHaveMotionBlur
(
    int32 LODLevelIndex
) const

Remarks

Checks if any of the emitters have motion blur at a specific lod level.

Returns

true If any emitter has motion blur false None of the emitters have motion blur

Parameters

Parameter

Description

LODLevelIndex

The LOD level to check motion blur availability