UParticleSystem::DoesAnyEmitterHaveMotionBlur

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

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

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