UParticleModuleRequired::GenerateLODModuleValues

Helper function used by the editor to auto-generate LOD values from a source module and a percentage value used to scale its values.

Windows
MacOS
Linux

Override Hierarchy

UParticleModule::GenerateLODModuleValues()

UParticleModuleRequired::GenerateLODModuleValues()

References

Module

Engine

Header

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

Include

#include "Particles/ParticleModuleRequired.h"

Source

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

Syntax

virtual bool GenerateLODModuleValues
(
    UParticleModule * SourceModule,
    float Percentage,
    UParticleLODLevel * LODLevel
)

Remarks

Helper function used by the editor to auto-generate LOD values from a source module and a percentage value used to scale its values.

Returns

true if successful false if failed

Parameters

Parameter

Description

SourceModule

The module to use as the source for values

Percentage

The percentage of the source values to set

LODLevel

The LOD level being generated

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