Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Particles > API/Runtime/Engine/Particles/UParticleModule
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Classes/Particles/ParticleModule.h |
| Include | #include "Particles/ParticleModule.h" |
| Source | /Engine/Source/Runtime/Engine/Private/Particles/ParticleModules.cpp |
bool IsDisplayedInCurveEd
(
UInterpCurveEdSetup * EdSetup
)
Remarks
Are the modules curves displayed in the curve editor? bool true if they are, false if not.
Parameters
| Name | Description |
|---|---|
| EdSetup | The CurveEd setup to check. |