Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Particles > API/Runtime/Engine/Particles/Beam > API/Runtime/Engine/Particles/Beam/UParticleModuleBeamModifier
- UParticleModule::AddModuleCurvesToEditor()
- UParticleModuleBeamModifier::AddModuleCurvesToEditor()
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Classes/Particles/Beam/ParticleModuleBeamModifier.h |
| Include | #include "Particles/Beam/ParticleModuleBeamModifier.h" |
| Source | /Engine/Source/Runtime/Engine/Private/Particles/ParticleBeamModules.cpp |
virtual bool AddModuleCurvesToEditor
(
UInterpCurveEdSetup * EdSetup,
TArray < const FCurveEdEntry * > & OutCurveEntries
)
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 |