UParticleModule::AddModuleCurvesToEditor

Add all curve-editable Objects within this module to the curve editor.

Windows
MacOS
Linux

Override Hierarchy

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

Syntax

virtual bool AddModuleCurvesToEditor
(
    UInterpCurveEdSetup * EdSetup,
    TArray< const FCurveEdEntry * > & OutCurveEntries
)

Remarks

Add all curve-editable Objects within this module to the curve editor.

Returns

true, if new curves were added to the graph, otherwise they were already present

Parameters

Parameter

Description

EdSetup

The CurveEd setup to use for adding curved.

OutCurveEntries

The curves which are for this graph node

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss