UParticleLODLevel::IsModuleEditable

Return true if the given module is editable for this LOD level.

Windows
MacOS
Linux

References

Module

Engine

Header

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

Include

#include "Particles/ParticleLODLevel.h"

Source

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

Syntax

bool IsModuleEditable
(
    UParticleModule * InModule
)

Remarks

Return true if the given module is editable for this LOD level.

Returns

true If it is editable for this LOD level. false If it is not.

Parameters

Parameter

Description

InModule

The module of interest.

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