Navigation
Unreal Engine C++ API Reference > Runtime > Engine > Particles > Location > UParticleModuleLocationSkelVertSurface
- UParticleModule::GetCustomMenuEntryDisplayString()
- UParticleModuleLocationSkelVertSurface::GetCustomMenuEntryDisplayString()
References
Module | Engine |
Header | /Engine/Source/Runtime/Engine/Classes/Particles/Location/ParticleModuleLocationSkelVertSurface.h |
Include | #include "Particles/Location/ParticleModuleLocationSkelVertSurface.h" |
Source | /Engine/Source/Runtime/Engine/Private/Particles/ParticleModules_Location.cpp |
virtual bool GetCustomMenuEntryDisplayString
&40;
int32 InEntryIndex,
FString & OutDisplayString
&41; 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 |