Navigation
Unreal Engine C++ API Reference > Runtime > Engine > Particles > Color > UParticleModuleColorScaleOverLife
- UParticleModule::PerformCustomMenuEntry()
- UParticleModuleColorScaleOverLife::PerformCustomMenuEntry()
References
Module | Engine |
Header | /Engine/Source/Runtime/Engine/Classes/Particles/Color/ParticleModuleColorScaleOverLife.h |
Include | #include "Particles/Color/ParticleModuleColorScaleOverLife.h" |
Source | /Engine/Source/Runtime/Engine/Private/Particles/ParticleModules_Color.cpp |
virtual bool PerformCustomMenuEntry
(
int32 InEntryIndex
)
Remarks
Perform the custom menu entry option. bool true if successful, false if not
Parameters
Name | Description |
---|---|
InEntryIndex | The custom entry index (0-2) to perform |