UToolMenus::SetSectionLabel

Sets a section's displayed label text.

Unreal Engine C++ API Reference > Developer > ToolMenus > UToolMenus

References

   
Module ToolMenus
Header /Engine/Source/Developer/ToolMenus/Public/ToolMenus.h
Include #include "ToolMenus.h"
Source /Engine/Source/Developer/ToolMenus/Private/ToolMenus.cpp
void SetSectionLabel
(
    const [FName](API\Runtime\Core\UObject\FName) MenuName,
    const [FName](API\Runtime\Core\UObject\FName) SectionName,
    const [FText](API\Runtime\Core\Internationalization\FText) Label
)

Remarks

Sets a section's displayed label text.


Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library