UParticleSystem::GetLODDistance

Return the distance for the given 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

virtual float GetLODDistance
(
    int32 LODLevelIndex
)

Remarks

Return the distance for the given LOD level

Returns

-1.0f If the index is invalid Distance The distance set for the LOD level

Parameters

Parameter

Description

LODLevelIndex

The LOD level that the distance is being retrieved for

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