Navigation
Unreal Engine C++ API Reference > Runtime > Engine > Particles > Color > UParticleModuleColorOverLife
- UParticleModule::AddModuleCurvesToEditor()
- UParticleModuleColorOverLife::AddModuleCurvesToEditor()
References
Module | Engine |
Header | /Engine/Source/Runtime/Engine/Classes/Particles/Color/ParticleModuleColorOverLife.h |
Include | #include "Particles/Color/ParticleModuleColorOverLife.h" |
Source | /Engine/Source/Runtime/Engine/Private/Particles/ParticleModules_Color.cpp |
virtual bool AddModuleCurvesToEditor
&40;
UInterpCurveEdSetup &42; EdSetup,
TArray< const FCurveEdEntry &42; > & OutCurveEntries
&41;
Remarks
Add all curve-editable Objects within this module to the curve editor. true, if new curves were added to the graph, otherwise they were already present
Parameters
Name | Description |
---|---|
EdSetup | The CurveEd setup to use for adding curved. |
OutCurveEntries | The curves which are for this graph node |