UParticleModuleLocationBoneSocket::GetCustomMenuEntryDisplayString

Get the display name of the custom menu entry.

Choose your operating system:

Windows

macOS

Linux

Override Hierarchy

UParticleModule::GetCustomMenuEntryDisplayString()

UParticleModuleLocationBoneSocket::GetCustomMenuEntryDisplayString()

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Particles/Location/ParticleModuleLocationBoneSocket.h

Include

#include "Particles/Location/ParticleModuleLocationBoneSocket.h"

Source

/Engine/Source/Runtime/Engine/Private/Particles/ParticleModules_Location.cpp

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