UParticleModule::WillGeneratedModuleBeIdentical

Returns true if the results of LOD generation for the given percentage will result in a duplicate of the module.

Choose your operating system:

Windows

macOS

Linux

Override Hierarchy

UParticleModule::WillGeneratedModuleBeIdentical()

UParticleModuleParameterDynamic::WillGeneratedModuleBeIdentical()

References

Module

Engine

Header

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

Include

#include "Particles/ParticleModule.h"

Syntax

virtual bool WillGeneratedModuleBeIdentical
(
    UParticleLODLevel * SourceLODLevel,
    UParticleLODLevel * DestLODLevel,
    float Percentage
)

Remarks

Returns true if the results of LOD generation for the given percentage will result in a duplicate of the module.

Returns

bool true if the generated module will be a duplicate. false if not.

Parameters

Parameter

Description

SourceLODLevel

The source LODLevel

DestLODLevel

The destination LODLevel

Percentage

The percentage value that should be used when setting values