Choose your operating system:
Windows
macOS
Linux
| UParticleModule::AddModuleCurvesToEditor()
|
Module |
|
Header |
/Engine/Source/Runtime/Engine/Classes/Particles/Color/ParticleModuleColor.h |
Include |
#include "Particles/Color/ParticleModuleColor.h" |
Source |
/Engine/Source/Runtime/Engine/Private/Particles/ParticleModules_Color.cpp |
virtual bool AddModuleCurvesToEditor
(
UInterpCurveEdSetup * EdSetup,
TArray< const FCurveEdEntry * > & OutCurveEntries
)
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
Parameter |
Description |
---|---|
EdSetup |
The CurveEd setup to use for adding curved. |
OutCurveEntries |
The curves which are for this graph node |