UParticleModule::ChangeEditorColor

Helper function for updating the curve editor when the module editor color changes.

Choose your operating system:

Windows

macOS

Linux

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

void ChangeEditorColor
(
    FColor & Color,
    UInterpCurveEdSetup * EdSetup
)

Remarks

Helper function for updating the curve editor when the module editor color changes.

Parameters

Parameter

Description

Color

The new color the module is using.

EdSetup

The CurveEd setup for the module.