FLevelEditorContextMenu::GetContextMenuTitle

Returns a user-readable title for the menu to display; the title can be displayed in UI like the menu bar

Unreal Engine C++ API Reference > Editor > LevelEditor > FLevelEditorContextMenu

References

   
Module LevelEditor
Header /Engine/Source/Editor/LevelEditor/Public/LevelEditorContextMenu.h
Include #include "LevelEditorContextMenu.h"
Source /Engine/Source/Editor/LevelEditor/Private/LevelEditorContextMenu.cpp
static [FText](API\Runtime\Core\Internationalization\FText) GetContextMenuTitle
(
    ELevelEditorMenuContext ContextType,
    const [UTypedElementSelectionSet](API\Runtime\TypedElementRuntime\Elements\Framework\UTypedElementSelectionSet) * InSelectionSet
)

Remarks

Returns a user-readable title for the menu to display; the title can be displayed in UI like the menu bar


Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library