Navigation
Unreal Engine C++ API Reference > Runtime > Engine > Particles > TypeData > UParticleModuleTypeDataBeam2
- UParticleModule::AddModuleCurvesToEditor()
- UParticleModuleTypeDataBeam2::AddModuleCurvesToEditor()
References
Module | Engine |
Header | /Engine/Source/Runtime/Engine/Classes/Particles/TypeData/ParticleModuleTypeDataBeam2.h |
Include | #include "Particles/TypeData/ParticleModuleTypeDataBeam2.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 |