UParticleSystem::SetLODDistance

Set the distance for the given LOD index

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

virtual bool SetLODDistance
(
    int32 LODLevelIndex,
    float InDistance
)

Remarks

Set the distance for the given LOD index

Returns

true If successful false Invalid LODLevelIndex

Parameters

Parameter

Description

LODLevelIndex

The LOD level to set the distance of

InDistance

The distance to set

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