UParticleModule::GetCustomMenuEntryDisplayString

Get the display name of the custom menu entry.

Windows
MacOS
Linux

Override Hierarchy

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Particles/ParticleModule.h

Include

#include "Particles/ParticleModule.h"

Syntax

virtual bool GetCustomMenuEntryDisplayString
(
    int32 InEntryIndex,
    FString & OutDisplayString
) const

Remarks

Get the display name of the custom menu entry.

Returns

bool true if successful, false if not

Parameters

Parameter

Description

InEntryIndex

The custom entry index (0-2)

OutDisplayString

The string to display for the menu

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