Navigation
API > API/Developer > API/Developer/WidgetRegistration > API/Developer/WidgetRegistration/Persistence > API/Developer/WidgetRegistration/Persistence/UBuilderPersistenceManager
References
| Module | WidgetRegistration |
| Header | /Engine/Source/Developer/WidgetRegistration/Public/Persistence/BuilderPersistenceManager.h |
| Include | #include "Persistence/BuilderPersistenceManager.h" |
| Source | /Engine/Source/Developer/WidgetRegistration/Private/Persistence/BuilderPersistenceManager.cpp |
bool GetShowButtonLabels
(
const UE::DisplayBuilders::FBuilderKey & Key,
bool bDefaultValue
)
the bool or the buttons labels for the Builder with FBuilderKey Key, if one exists, else an empty array is returned
Parameters
| Name | Description |
|---|---|
| Key | the FBuilderKey to retrieve the button label bool |
| PersistedBoolIfNoneFound | the Bool to set as the new persistence value, if one is not found |