UParticleModuleAccelerationDrag::IsValidForLODLevel

Returns true if the module is valid for the provided LOD level.

Windows
MacOS
Linux

Override Hierarchy

UParticleModule::IsValidForLODLevel()

UParticleModuleAccelerationDrag::IsValidForLODLevel()

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Particles/Acceleration/ParticleModuleAccelerationDrag.h

Include

#include "Particles/Acceleration/ParticleModuleAccelerationDrag.h"

Source

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

Syntax

virtual bool IsValidForLODLevel
(
    UParticleLODLevel * LODLevel,
    FString & OutErrorString
)

Remarks

Returns true if the module is valid for the provided LOD level.

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