Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Particles > API/Runtime/Engine/Particles/UParticleModule
- UParticleModule::GetCustomMenuEntryDisplayString()
- UParticleModuleColorScaleOverLife::GetCustomMenuEntryDisplayString()
- UParticleModuleLocationBoneSocket::GetCustomMenuEntryDisplayString()
- UParticleModuleLocationSkelVertSurface::GetCustomMenuEntryDisplayString()
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Classes/Particles/ParticleModule.h |
| Include | #include "Particles/ParticleModule.h" |
virtual bool GetCustomMenuEntryDisplayString
(
int32 InEntryIndex,
FString & OutDisplayString
) const
Remarks
Get the display name of the custom menu entry. bool true if successful, false if not
Parameters
| Name | Description |
|---|---|
| InEntryIndex | The custom entry index (0-2) |
| OutDisplayString | The string to display for the menu |